Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create new ActionController::Middleware class that will work as a normal ↵ | Yehuda Katz | 2009-08-26 | 1 | -22/+33 |
| | | | | | | 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. | ||||
* | Renamed presenter to renderer, added some documentation and defined its API. | José Valim | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | Rename ActionView::Template::Path ActionView::Resolver | Yehuda Katz + Carl Lerche | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Whoops, I guess we broke layouts ;) | Yehuda Katz + Carl Lerche | 2009-06-15 | 1 | -9/+0 |
| | |||||
* | Cleaning up and documenting AbstractController::Layouts | Yehuda Katz + Carl Lerche | 2009-06-09 | 1 | -3/+3 |
| | |||||
* | Writing comments to AbstractController | Yehuda Katz + Carl Lerche | 2009-06-08 | 1 | -15/+15 |
| | |||||
* | Active Support dependencies | Jeremy Kemper | 2009-05-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -3/+3 |
| | | |||||
* | | More community code review :) | Yehuda Katz | 2009-05-11 | 1 | -11/+11 |
| | | |||||
* | | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -1/+1 |
|/ | |||||
* | Rename render_to_string to render_to_body since it may return any ↵ | Jeremy Kemper | 2009-04-17 | 1 | -2/+2 |
| | | | | Rack-compatible body, not just strings | ||||
* | Get Base2 layouts to work :) | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -2/+11 |
| | |||||
* | Layouts work in AbstractController. Add support for the rspec runner for T::U | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -27/+92 |
| | |||||
* | Add depends_on, use, and setup to abstract up ideas about module inheritance. | Yehuda Katz and Carl Lerche | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | In the middle of some refactoring... some fails due to changes in ↵ | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -4/+98 |
| | | | | AbstractController not yet reflected in ActionController tests | ||||
* | Checkpoint | Yehuda Katz and Carl Lerche | 2009-03-23 | 1 | -0/+64 |