aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Write documentation for AbstractController::HelpersYehuda Katz + Carl Lerche2009-06-091-0/+3
* More documentation work on AbstractControllerYehuda Katz + Carl Lerche2009-06-081-8/+61
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-12/+12
* Get controller/view_paths_test.rb to pass on new baseCarl Lerche2009-05-261-0/+4
* Cleaned up the #render_to_body chain by extracting determining the templates ...Yehuda Katz + Carl Lerche2009-05-221-9/+15
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-16/+13
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-5/+7
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-9/+10
| * Whitespace!Joshua Peek2009-05-071-10/+9
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-5/+5
| * Make module dependency DSL opt inJoshua Peek2009-05-071-0/+2
* | More community code review :)Yehuda Katz2009-05-111-2/+2
* | Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-011-2/+2
* | Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-1/+0
* | Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-0/+13
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-0/+2
|/
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-1/+1
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+13
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-1/+11
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-171-3/+3
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-12/+8
* Finished implementing layout for render :textCarl Lerche2009-03-231-3/+5
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-1/+1
* Get very basic layouts working.Yehuda Katz2009-03-191-15/+32
* Started implementing render :actionYehuda Katz2009-03-191-2/+2
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-1/+5
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-6/+20
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+25