aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't run the action if callbacks are halted.Yehuda Katz + Carl Lerche2009-05-111-1/+1
* Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-011-2/+2
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-6/+3
* Fixes multiple conditionsYehuda Katz2009-02-271-2/+2
* Add support for callbacksYehuda Katz2009-02-271-0/+38
* Initial hooksYehuda Katz2009-02-271-0/+5