Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 556 Bytes

README.textile

File metadata and controls

13 lines (8 loc) · 556 Bytes

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.)