Ruby on Rails 2.1 - 插件

Ruby 提供了许多有用的插件,您可以在 Rails 应用程序中使用它们。下表列出了一些可帮助您处理插件的脚本。

插件 说明
script/plugin discover 发现插件存储库。
script/plugin list 列出所有可用插件。
script/plugin install where 安装"where"插件。
script/plugin install -x where 将"where"插件安装为SVN external。
script/plugin update 更新已安装的插件。
script/plugin source 添加源存储库。
script/plugin unsource 删除源存储库。
script/plugin sources 列出源存储库。

rails-quick-guide.html