代码改变世界

提高rails new时bundle install的速度方法

2013-07-10 00:42  张小萌  阅读(342)  评论(0编辑  收藏  举报

方法1、rails new my_app --skip-bundle

          cd my_app

          bundle install --local

方法2、使用新版的bundle

          gem install bundler --pre