One of the most frustrating things about deploying a Rails application is seeing a default static error page when something goes wrong. It’s not just that internal groaning initiated by the fact that something has gone wrong, but more the unprofessional1 way in which this event is reported to the user. In Rails 2.3.x it is possible to use rescue_from in a controller to render a custom error page u