Ruby-on-rails-rails-plugins

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

Ruby on Rails-プラグイン

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.

Railsプラグインの詳細については、次のリンクを確認してください。