aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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