README in egregious-0.2.1 vs README in egregious-0.2.2

- old
+ new

@@ -1,11 +1,17 @@ Update Log: - Version 0.2.0 released to https://rubygems.org/gems/egregious on 9.21.2012 + Version 0.2.2 released to https://rubygems.org/gems/egregious on 2.15.2013 + Merged pull requests: + Compatibility with Rails::API (#5) + Thank you dwbutler! Keep those pull requests coming. + + Version 0.2.1 released to https://rubygems.org/gems/egregious on 9.21.2012 Merged pull requests: Bug Fix: should translate status code Symbol to right HTTP STATUS CODE - avinasha Fixes teapot bug with rails 3.2.8. - kbrown - Thank you avinasha and kbrown along with all the other forks! Keep those pull requests comming. + Note: version 0.2.0 does not work with rails 3.2.8 you should update to 0.2.1 + Thank you avinasha and kbrown along with all the other forks! Keep those pull requests coming. If you would like to contribute take a look at the issues feature list, fork and issue a pull request! These instructions with some formatting can be found @ http://railsindirection.blogspot.com/2011/09/rails-exception-handling-egregious.html @@ -88,6 +94,9 @@ end # override this if you want to change what html static file gets returned. def build_html_file_path(status) File.expand_path(Rails.root, 'public', status + '.html') - end \ No newline at end of file +end + +KNOWN ISSUES: +* If you use CanCan or Devise you must have Egregious after CanCan/Devise in your Gemfile, if not it will not handle those errors correctly.