Rails Exception Logger Plugin

Send to friend

This is simple to set up, but not so easy to find on the web. Just writing it down so it's easier to find in one place.First install the plugin. Do this from the app_root directory.script/plugin install git://github.com/defunkt/exception_logger.gitNext, generate the migration and run it:script/generate exception_migrationrake db:migrateAdd this to your ApplicationControllerclass