Rails 3.2.3
In production mode I have an error and it displays standard "we're sorry" page. In development mode there is no error.
I need to get more information about the error so I want to turn off "we're sorry" page and see the error. I know it has to be lauched as "rails s -e production" and I do it at my local computer. But how can turn off "we're sorry" page?
In config/environments/production.rb
temporally change
config.consider_all_requests_local = false
to
config.consider_all_requests_local = true
1.4m articles
1.4m replys
5 comments
57.0k users