Ruby-on-rails-2.1-rails-plugins

提供:Dev Guides
2020年6月22日 (月) 23:09時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

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.