aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-8/+52
* Further cleaning up new callbacksYehuda Katz2009-06-021-3/+3
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-15/+15
* Get all the callback tests to work on new baseYehuda Katz + Carl Lerche2009-06-011-0/+6
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-4/+4
* Add the ability to prepend filters to new callbacksCarl Lerche2009-05-271-0/+9
* Make a couple more tests pass. Yehuda Katz2009-05-231-0/+11
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-2/+2
* 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