Ruby on Rails - 插件

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 插件 的更多信息。

rails-references-guide.html