如何加快bundle install的运行速度
针对版本: Rails 3.1.1
创建项目时条跳过bundle install
bundle install --local
整体运行时间从5分钟,缩短成:20秒内 :-)
备注:
与bundle官网上的--local使用“vendor/cache”下得缓存描述有所差异--local正常运行的前提是你使用bundle install正常创建过其他项目,让cache内有货
发布时间: 2012-09-05 15:19:34 作者: rapoo
如何加快bundle install的运行速度
针对版本: Rails 3.1.1
创建项目时条跳过bundle install
bundle install --local