| Commit message (Expand) | Author | Age | Files | Lines |
* | Execute conditional procs on controller filters only for current action. | Nicholas Jakobsen | 2013-08-10 | 1 | -1/+1 |
* | use extract_options! | Neeraj Singh | 2013-07-02 | 1 | -1/+1 |
* | deprecating string based terminators | Aaron Patterson | 2013-05-14 | 1 | -1/+3 |
* | fix prepend_before_filter documentation [ci skip] | Francesco Rodriguez | 2012-12-07 | 1 | -3/+3 |
* | Rename all action callbacks from *_filter to *_action | David Heinemeier Hansson | 2012-12-07 | 1 | -64/+86 |
* | Removing duplication in callback normalization. | Steve Klabnik | 2012-11-09 | 1 | -7/+8 |
* | removing key argument from run_callbacks - fix build | Francesco Rodriguez | 2012-05-10 | 1 | -1/+1 |
* | Improve readability of metaprogramming annotations at AbstractController call... | Edward Tsech | 2012-05-08 | 1 | -10/+10 |
* | Remove skip_filter block param | Alexey Vakhov | 2012-02-23 | 1 | -7/+7 |
* | Merge pull request #4866 from bogdan/terminate_after_callbacks | José Valim | 2012-02-04 | 1 | -3/+1 |
|\ |
|
| * | AS::Callbacks: :skip_after_callbacks_if_terminated option | Bogdan Gusiev | 2012-02-03 | 1 | -3/+1 |
* | | AC::Callbacks: remove usage of :per_key option from filters | Bogdan Gusiev | 2012-02-03 | 1 | -6/+4 |
|/ |
|
* | Array.wrap is no longer needed in AbstractController::Callbacks | Rafael Mendonça França | 2012-01-05 | 1 | -2/+2 |
* | Fix comment in AbstractController callbacks | Alexey Vakhov | 2011-10-06 | 1 | -2/+2 |
* | update abstract_controller callbacks to document meta-programmed filters | geemus | 2011-08-13 | 1 | -18/+102 |
* | Revert to old semantics, use available_action? instead of action_method?. | José Valim | 2011-05-06 | 1 | -2/+2 |
* | Added missing </tt> | Oge Nnadi | 2011-04-11 | 1 | -1/+1 |
* | Pass the proper method_name instead of hardcoding to action_name. | José Valim | 2011-03-29 | 1 | -1/+1 |
* | Fix filter :only and :except with implicit actions | Andrew White | 2011-03-23 | 1 | -1/+1 |
* | process_action accepts multiple args, even with Callbacks. | Nick Sutterer | 2010-12-29 | 1 | -1/+1 |
* | Remove inline comment. | José Valim | 2010-11-11 | 1 | -17/+17 |
* | Make after_filter halt when before_filter renders or redirects [#5648 state:r... | Marcelo Giorgi | 2010-11-11 | 1 | -0/+2 |
* | change rdoc to conform to api guidelines | Joost Baaij | 2010-08-25 | 1 | -23/+22 |
* | Minor typo fix in callbacks.rb of abstract_controller | Rohit Arondekar | 2010-05-20 | 1 | -1/+1 |
* | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -5/+3 |
* | Use "run_callbacks :foo" since it is the public api for callbacks [#3329 | Joshua Peek | 2009-10-12 | 1 | -1/+1 |
* | Fix callbacks on ActionPack. | José Valim | 2009-09-08 | 1 | -1/+1 |
* | Move AbstractController to a top-level component | Yehuda Katz | 2009-08-06 | 1 | -0/+115 |