首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

怎么加快bundle install的运行速度

2012-09-05 
如何加快bundle install的运行速度针对版本: Rails 3.1.1创建项目时条跳过bundle installbundle install -

如何加快bundle install的运行速度
针对版本: Rails 3.1.1

创建项目时条跳过bundle install

bundle install --local


整体运行时间从5分钟,缩短成:20秒内 :-)

备注:

与bundle官网上的--local使用“vendor/cache”下得缓存描述有所差异--local正常运行的前提是你使用bundle install正常创建过其他项目,让cache内有货

热点排行