aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/renderer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-171-4/+4
| | | | Rack-compatible body, not just strings
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-10/+1
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-5/+5
|
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-6/+7
|
* Get very basic layouts working.Yehuda Katz2009-03-191-6/+10
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-191-10/+42
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-2/+25
| | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+11