PostMortem ========== 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