aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert to old semantics, use available_action? instead of action_method?.José Valim2011-05-061-2/+2
* Added missing </tt>Oge Nnadi2011-04-111-1/+1
* Pass the proper method_name instead of hardcoding to action_name.José Valim2011-03-291-1/+1
* Fix filter :only and :except with implicit actionsAndrew White2011-03-231-1/+1
* process_action accepts multiple args, even with Callbacks.Nick Sutterer2010-12-291-1/+1
* Remove inline comment.José Valim2010-11-111-17/+17
* Make after_filter halt when before_filter renders or redirects [#5648 state:r...Marcelo Giorgi2010-11-111-0/+2
* change rdoc to conform to api guidelinesJoost Baaij2010-08-251-23/+22
* Minor typo fix in callbacks.rb of abstract_controllerRohit Arondekar2010-05-201-1/+1
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-5/+3
* Use "run_callbacks :foo" since it is the public api for callbacks [#3329Joshua Peek2009-10-121-1/+1
* Fix callbacks on ActionPack.José Valim2009-09-081-1/+1
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-0/+115