This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
Manifest.txt | ||
| |
PostInstall.txt | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
script/ | ||
| |
test/ |
README.textile
exception_notification_parser
The exception_notification_parser is a small Ruby gem to parse e-mail output of the Rails exception_notification plugin into a hash of data.
@data = ExceptionNotificationParser.parse(TEXT) => {…}Todo
- Get some good test fixtures, (output from the exception_notification plugin)
- Write specs to test the fixtures against the expected output hash.
- Write a good robust parser for the default (unconfigured) exception_notification plugin. (You can re-arrange sections etc. if you do a bit of editing.)








