Bring back controller filter logging
Go to file
2011-05-27 09:43:23 -04:00
lib Merge branch 'master' of https://github.com/jmoses/controller_filter_logging 2011-05-27 09:43:23 -04:00
spec more devise fixes and start of spec suite 2011-05-27 09:41:35 -04:00
.gitignore First pass 2011-05-08 08:42:24 -04:00
controller_filter_logging.gemspec First pass 2011-05-08 08:42:24 -04:00
Gemfile more devise fixes and start of spec suite 2011-05-27 09:41:35 -04:00
init.rb First pass 2011-05-08 08:42:24 -04:00
Rakefile First pass 2011-05-08 08:42:24 -04:00
README Readme update, version bump. 2011-05-25 12:24:32 -04:00

= controller_filter_logging

== What is it?

It's a gem to output more logging when you enter and leave before filters in a rails 3 app.

== Why?

Rails 2 had this, and Rails 3 doesn't.  It's super helpful when your app starts doing odd things in before_filter's, and you can't figure out why.

== Credits

Jon Moses <jon@burningbush.us> / github.com/jmoses
John Bintz / github.com/johnbintz