aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/renderer.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+13
|
* Reinstate Base#render_to_string. Introduce ↵Jeremy Kemper2009-04-211-1/+11
| | | | AbstractController#render_to_string which stringifies render_to_body.
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-171-3/+3
| | | | 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-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
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-191-2/+2
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-1/+5
| | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-6/+20
|
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+25