Ruby on Rails - 插件



Ruby 提供了许多有用的插件,您可以在 Rails 应用程序中使用这些插件。以下是几个脚本来帮助您处理插件。

插件 说明
script/plugin discover 发现插件存储库。
script/plugin list 列出所有可用插件。
script/plugin install where 安装 “where” 插件。
script/plugin install -x where 以 SVN 外部形式安装 “where” 插件。
script/plugin update 更新已安装的插件。
script/plugin source 添加源存储库。
script/plugin unsource 删除源存储库。
script/plugin sources 列出源存储库。

请查看以下链接以获取有关 Rails 插件 的更多信息。

rails-references-guide.htm
广告