think_all_requests_local无效

时间:2018-10-24 09:31:22

标签: ruby-on-rails

我开始处理现有项目,并且看到错误仅在控制台中可见。发生错误时,我想看到类似的东西:

enter image description here

我看到的不是public / 500.html文件的内容(我只想在生产环境中看到)。

config/environments/development.rb中,我们有:

consider_all_requests_local = true

我还应该检查什么才能在Rails中正确显示错误?

0 个答案:

没有答案