Rails Quick Tip: Show Detailed Errors in Production

Posted . Visible to the public.

In config/environments/production.rb under Rails 3.1, change:

config.consider_all_requests_local = false

to true. Restart your application server. That is it.

Profile picture of Mohammad Ali
Mohammad Ali
Keywords
rails, logs
Posted by Mohammad Ali to Mohammad Ali's deck (2013-04-16 08:39)