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.

Tags

You need to Login to tag this item.