aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/abstract_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-245/+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-1/+1
* Refactor ActionController to use find_template and template_exists?Yehuda Katz + Carl Lerche2009-09-031-2/+2
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-261-21/+32
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-2/+2
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-3/+3
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-5/+0
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-1/+1
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-12/+12
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-4/+3
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-2/+2
|\
* | More community code review :)Yehuda Katz2009-05-111-10/+10
* | Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-011-1/+1
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-13/+9
|/
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-0/+18
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-171-2/+2
* 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-2/+6
* Get very basic layouts working.Yehuda Katz2009-03-191-2/+14
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+70
* Helpers with an initial testYehuda Katz2009-03-031-20/+1
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-1/+100
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+60