I want to test the 500 error pages in my Rails app using the development environment.
I already tried this in config/environments/development.rb:
config/environments/development.rb
In addition to setting: config.consider_all_requests_local = false I also needed to set: config.action_dispatch.show_exceptions = true
config.consider_all_requests_local = false
config.action_dispatch.show_exceptions = true