2011-05-08 12:44:41 +00: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
|
|
|
|
|
2011-05-25 16:24:32 +00:00
|
|
|
Jon Moses <jon@burningbush.us> / github.com/jmoses
|
|
|
|
John Bintz / github.com/johnbintz
|
|
|
|
|