Ruby-on-rails-2.1-rails-plugins

提供:Dev Guides
移動先:案内検索

Ruby on Rails 2.1-プラグイン

Rubyには、Railsアプリケーションで使用できる便利なプラグインが多数用意されています。 次の表に、プラグインの処理に役立ついくつかのスクリプトを示します。

Plugin Description
script/plugin discover Discovers plugin repositories.
script/plugin list Lists all available plugins.
script/plugin install where Installs the "where" plugin.
script/plugin install -x where Installs the "where" plugin as SVN external.
script/plugin update Updates installed plugins.
script/plugin source Adds a source repository.
script/plugin unsource Removes a source repository.
script/plugin sources Lists source repositories.