aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed new callbacks to not call the action when a callback sets the response ...Yehuda Katz + Carl Lerche2009-05-121-1/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-4/+7
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-4/+4
| * Whitespace!Joshua Peek2009-05-071-4/+4
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-4/+7
* | 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