| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |