aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-131-1/+1
| | | | are expected to run in the same testing sandbox
* Create new ActionController::Middleware class that will work as a normal ↵Yehuda Katz2009-08-261-2/+3
| | | | | | 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.
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-1/+1
|
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-2/+2
|
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-1/+1
|
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | More community code review :)Yehuda Katz2009-05-111-1/+1
|/
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-2/+2
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-0/+4
|
* Helpers with an initial testYehuda Katz2009-03-031-0/+39