标签: ruby-on-rails
如何在Rails 3中切换环境?
答案 0 :(得分:18)
使用环境标志:
rails s --environment=production
或设置RAILS_ENV环境变量。
RAILS_ENV
答案 1 :(得分:16)
如果您想保存击键:
rails s -e production