aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/callbacks_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-238/+0
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-2/+2
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-261-36/+58
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-15/+15
* Further cleaning up new callbacksYehuda Katz2009-06-021-1/+1
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-1/+1
* Fixed new callbacks to not call the action when a callback sets the response ...Yehuda Katz + Carl Lerche2009-05-121-0/+19
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-1/+1
|\
| * Make module dependency DSL opt inJoshua Peek2009-05-071-1/+1
* | More community code review :)Yehuda Katz2009-05-111-9/+9
|/
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-1/+1
* Helpers with an initial testYehuda Katz2009-03-031-21/+1
* Callbacks testYehuda Katz2009-02-271-0/+217