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 (
commit 86ae638dacbc6af1656fae8e7d00088de591edc9
tree 44d2294b7a1c9434035fc1854ba33239774118e2
parent 4cc30295fa0a9ff65e8e4250711581b8aa6bd50a
tree 44d2294b7a1c9434035fc1854ba33239774118e2
parent 4cc30295fa0a9ff65e8e4250711581b8aa6bd50a
| 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(exception_notification_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.)








