Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge abstract_controller/test_helper and new_base/test_helper since they ↵ | Joshua Peek | 2009-09-13 | 1 | -2/+2 |
| | | | | are expected to run in the same testing sandbox | ||||
* | Create new ActionController::Middleware class that will work as a normal ↵ | Yehuda Katz | 2009-08-26 | 1 | -36/+58 |
| | | | | | | Rack middleware. * This initial implementation is a bit hackish, but it uses a normal middleware API so it's future-proof when we improve the internals. | ||||
* | Writing comments to AbstractController | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -15/+15 |
| | |||||
* | Further cleaning up new callbacks | Yehuda Katz | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Simplify callbacks to use less metaprogramming | Yehuda Katz | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed new callbacks to not call the action when a callback sets the response ↵ | Yehuda Katz + Carl Lerche | 2009-05-12 | 1 | -0/+19 |
| | | | | body | ||||
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/callbacks.rb actionpack/lib/action_controller/abstract/renderer.rb actionpack/lib/action_controller/base/base.rb actionpack/lib/action_controller/dispatch/dispatcher.rb actionpack/lib/action_controller/routing/route_set.rb actionpack/lib/action_controller/testing/process.rb actionpack/test/abstract_controller/layouts_test.rb actionpack/test/controller/filters_test.rb actionpack/test/controller/helper_test.rb actionpack/test/controller/render_test.rb actionpack/test/new_base/test_helper.rb | ||||
| * | Make module dependency DSL opt in | Joshua Peek | 2009-05-07 | 1 | -1/+1 |
| | | |||||
* | | More community code review :) | Yehuda Katz | 2009-05-11 | 1 | -9/+9 |
|/ | |||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Helpers with an initial test | Yehuda Katz | 2009-03-03 | 1 | -21/+1 |
| | |||||
* | Callbacks test | Yehuda Katz | 2009-02-27 | 1 | -0/+217 |