2013-07-10 100 views
17

在我的服務器上,我的控制檯上週工作正常。現在我運行時Rails 4.0.0控制檯不在生產環境中啓動

rails console RAILS_ENV=production 

我得到以下錯誤。

config.eager_load is set to nil. Please update your config/environments/*.rb files accordingly: 

* development - set it to false 
* test - set it to false (unless you use a tool that preloads your test environment) 
* production - set it to true 

在我production.rb我有以下行:

config.eager_load = true 

發展ENV控制檯沒有我的服務器

回答

28

的命令上運行,開始在生產模式Rails的控制檯扶手:

rails console production 
+0

這是一個公牛的眼睛!尼斯! – Anwar