| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "ActionController::Base#process() now only takes an action name" | Aaron Patterson | 2015-10-29 | 1 | -0/+20 |
* | ActionController::Base#process() now only takes an action name | Aaron Patterson | 2015-10-29 | 1 | -20/+0 |
* | Deprecate all *_filter callbacks in favor of *_action callbacks | Abdelkader Boudih | 2015-01-08 | 1 | -3/+5 |
* | Partially revert deprecation of *_filter | Rafael Mendonça França | 2014-06-03 | 1 | -5/+3 |
* | Deprecate all *_filter callbacks in favor of *_action callbacks | Rafael Mendonça França | 2014-05-27 | 1 | -3/+5 |
* | Changed 'args' to 'arguments' in test description | Prathamesh Sonpatki | 2013-03-24 | 1 | -1/+1 |
* | add tests to aliased _filter callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -0/+46 |
* | use `_action` instead of `_filter` callbacks | Francesco Rodriguez | 2012-12-07 | 1 | -21/+19 |
* | Rename all action callbacks from *_filter to *_action | David Heinemeier Hansson | 2012-12-07 | 1 | -5/+5 |
* | Make test meaningful | Neeraj Singh | 2011-06-08 | 1 | -1/+1 |
* | removing usesless variable assignments | Aaron Patterson | 2011-01-18 | 1 | -14/+14 |
* | process_action accepts multiple args, even with Callbacks. | Nick Sutterer | 2010-12-29 | 1 | -0/+21 |
* | Fix more warnings by defining variables and using instance_variable_defined? ... | Emilio Tagua | 2010-09-28 | 1 | -2/+4 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -46/+46 |
* | Ensure overwritten callbacks conditions in controllers work [#4761 state:reso... | José Valim | 2010-06-22 | 1 | -2/+12 |
* | Follow short name convention for test folder and just call it "abstract" | Joshua Peek | 2009-09-19 | 1 | -0/+238 |