标签: ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.1
当我运行bundle install时,它不会安装生产组的宝石。
bundle install
前一天我跑了bundle install --without production。但是现在我也要安装生产宝石。如何在生产中安装宝石。
bundle install --without production
答案 0 :(得分:1)
我相信一旦你使用--without production运行捆绑包,它就会记住配置中的设置。因此,您应该可以通过更改bundle config命令的配置来撤消它。
--without production