Ruby on Rails 2.1 - 插件



Ruby 提供了诸多有用的插件,可在 Rails 应用程序中使用。下表列出了几个可帮助您处理插件的脚本。

插件 描述
script/plugin discover 发现插件资源库。
script/plugin list 列出所有可用插件。
script/plugin install where 安装“where”插件。
script/plugin install -x where 以 SVN externals 形式安装“where”插件。
script/plugin update 更新已安装插件。
script/plugin source 添加一个源资源库。
script/plugin unsource 删除一个源资源库。
script/plugin sources 列出源资源库。
rails-quick-guide.htm
广告