pboling/exception_notification

View on GitHub
CHANGELOG.txt

Summary

Maintainability
Test Coverage
2014-01-18 v3.1
- Lots of refactoring, mostly in the test suite by Peter Boling
- Now tested against Rails 2.3 and 2.2 by Peter Boling
- Still 2 failing tests on Rails 2.1 and 2.0

2014-01-18 v3.0.16
- Fixed all the URLs in the Readme.

2014-01-18 v3.0.15
- Conform to gem-release standard VERSION namespace (SuperExceptionNotifier::VERSION)

2014-01-18 v3.0.14
- Fixed Notifiable class by Peter Boling
- Fixed ExceptionNotifiable class by Bradford Folkens
- Modernized lots of bits and pieces by Peter Boling
- All tests now pass in Rails 2.3.18 and Ruby 1.8.7-p374 by Peter Boling
- Fixes typos
- Switched to Bundler; Removed Jeweler
- Readme makeover

2010-06-30 v3.0.13
- Fixed homepage in Rakefile, noted Rails 3 incompatibility in README.

2010-06-25 v3.0.12
- Improved clarity of readme.

2010-06-18 v3.0.11
- Added correct view to Rakefile to include with build. (Jeweler had missed it because it was the wrong filename)

2010-06-18 v3.0.10
- Added view to gemspec to include with build. (Not sure why Jeweler missed it)

2010-06-18 v3.0.9
- Fixed bad view path for mailer.

2010 - Version 3 refactoring
- Realigned structure of gem to match the standard rails branch
- Added Hoptoad Notification Integration (requires standard Hoptoad Gem)

2009-01-28 v2.0.8
- improve readme

2009-12-30 v2.0.7
- cite /rails/app/views/exception_notifiable/500.html in Rakefile (oops!)

2009-12-30 v2.0.6
- cite /rails/app/views/exception_notifiable/500.html in gemspec (oops!)

2009-12-30 v2.0.5
- use blank? instead of empty? so nils won't cause an error

2009-11-04
* Fixing Typos in Comments and Readme
* General Readme cleanup