aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/rendering.rb
Commit message (Expand)AuthorAgeFilesLines
...
* WhitespaceYehuda Katz2009-08-071-7/+7
* Continue reworking the partial path.Yehuda Katz2009-08-071-3/+6
* Modify various partial methods to carry along the block that can be passed in...Yehuda Katz2009-08-071-10/+23
* Some more AV work:Yehuda Katz2009-08-071-11/+7
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-071-9/+13
* Some more AV refactoring:Yehuda Katz2009-08-071-4/+4
* Start cleaning up partial pathYehuda Katz2009-08-071-5/+11
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-061-1/+1
* Minor ActionView cleanupYehuda Katz + Carl Lerche2009-06-181-3/+1
* Fix typoYehuda Katz + Carl Lerche2009-06-181-1/+1
* Extract the layout proc into a method, and write documentation explaining wha...Yehuda Katz + Carl Lerche2009-06-171-5/+38
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-18/+14
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-1/+0
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-0/+5
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-1/+1
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-6/+7
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-14/+11
* Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-1/+1
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-4/+2
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-0/+119