aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* Don't set Content-Length in Base#response_body= since body may be any Rack-co...Jeremy Kemper2009-04-171-1/+0
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-173-7/+7
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-0/+23
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-073-16/+7
* CheckpointYehuda Katz and Carl Lerche2009-03-231-26/+0
* Add a bunch of tests for various render :action, layout combinationsYehuda Katz2009-03-231-4/+5
* Finished implementing layout for render :textCarl Lerche2009-03-232-8/+25
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-6/+7
* Get very basic layouts working.Yehuda Katz2009-03-192-6/+29
* Started implementing render :actionYehuda Katz2009-03-191-10/+42
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-2/+25
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-173-1/+53
* Try to build a new AC::Base on top of AbstractControllerYehuda Katz2009-03-123-0/+94