defunkt / exception_logger
- Source
- Commits
- Network (32)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Tree:
bfd54ac
technoweenie (author)
Sun Jun 25 19:54:48 -0700 2006
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
Rakefile | Fri Jun 23 21:43:30 -0700 2006 | |
| |
assets/ | ||
| |
generators/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | Fri Jun 23 21:43:30 -0700 2006 | |
| |
test/ | Fri Jun 23 21:43:30 -0700 2006 | |
| |
uninstall.rb | Fri Jun 23 21:43:30 -0700 2006 | |
| |
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.

