defunkt / exception_logger

This URL has Read+Write access

name age message
file README Loading commit data...
file Rakefile Fri Jun 23 21:43:30 -0700 2006 first public version of logged exceptions plugi... [technoweenie]
directory assets/
directory generators/
file init.rb
file install.rb
directory lib/
directory tasks/ Fri Jun 23 21:43:30 -0700 2006 first public version of logged exceptions plugi... [technoweenie]
directory test/ Fri Jun 23 21:43:30 -0700 2006 first public version of logged exceptions plugi... [technoweenie]
file uninstall.rb Fri Jun 23 21:43:30 -0700 2006 first public version of logged exceptions plugi... [technoweenie]
directory views/
README
ExceptionLogger
===============

The Exception Logger (forgive the horrible name) 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.