aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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