Exception Logger
The Exception Logger logs your Rails exceptions in the database and provides a funky web interface to manage them.
First you need to generate the migration:
./script/generate exception_migration
After that, visit /logged_exceptions in your application to manage the exceptions.
- Repository Path: http://svn.techno-weenie.net/projects/plugins/exception_logger/