司马金刀

导航

2011年11月18日 #

[转]Rails 3 | Bundler浅尝

摘要: from http://blackanger.blog.51cto.com/140924/355320Rails3里多了个Bundler工具。它是一个Library管理工具,它提供了好的工具来管理你rails3项目依赖的gems。$> bundle这个命令会列出bundler提供给你的一些工具。Tasks: bundle check # Checks if the dependencies listed in Gemfile are satisfied by currently installed gems bundle exec # Run the command in context 阅读全文

posted @ 2011-11-18 14:38 司马金刀 阅读(118) 评论(0) 推荐(0)