public
Description: A parser to turn emails sent from the Rails exception_notification plugin into a data hash
Homepage: http://github.com/davidjrice/exception_notification_parser/tree
Clone URL: git://github.com/davidjrice/exception_notification_parser.git
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.)