You are here: Browse Railsplugins Post Mortem
This plugin activates post-mortem debugging on any unhandled exception raised while processing an action. This way you can explore the context from where the exception was raised before you see the diagnostic screen that Rails generates for you with all information about the raised exception.
NOTE that the plugin unconditionally activates the debugger, which can slow down your application significantly.
Author:
Kent Sibilev. www.datanoise.com
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly