Flowdock

This middleware rescues any exception returned by the application and renders nice exception pages if it’s being rescued locally.

Constants

RESCUES_TEMPLATE_PATH = File.join(File.dirname(__FILE__), 'templates')

FAILSAFE_RESPONSE = [500, {'Content-Type' => 'text/html'}, ["

500 Internal Server Error

" << "If you are the administrator of this website, then please read this web " << "application's log file and/or the web server's log file to find out what " << "went wrong."]]

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.