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
if you just want to force a 500 error to see what it looks like, you can just add this to a view:
haml example:
= render :partial => "broken", :status => 500