【发布时间】:2013-10-02 19:23:25
【问题描述】:
为什么第二条命令没有
$ bundle install
不需要
--without production
(因为这是教程中的内容,所以我认为它是正确的) 不需要它背后的原因/原因是什么?
来自http://ruby.railstutorial.org/chapters/a-demo-app#sec-demo_users_resource
$ bundle install --without production
$ bundle update
$ bundle install
【问题讨论】:
标签: ruby-on-rails ruby rubygems bundle