aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render
Commit message (Expand)AuthorAgeFilesLines
...
* Some more AV work:Yehuda Katz2009-08-072-26/+25
* Replace _render_template_with_layout with _render_template since the layout i...Yehuda Katz2009-08-072-11/+15
* Some more AV refactoring:Yehuda Katz2009-08-072-15/+6
* Start cleaning up partial pathYehuda Katz2009-08-072-9/+17
* This is handled by the resolver nowYehuda Katz2009-08-071-24/+5
* Clean up render @object a bit more.Yehuda Katz2009-08-071-6/+19
* Improve a path in _render_partialYehuda Katz2009-08-061-24/+23
* replace _render_*_from_controller with render_* as they are intended to be pu...Yehuda Katz2009-08-062-2/+2
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-191-4/+2
* Remove deprecated implicit ivar assignmentJoshua Peek2009-06-251-26/+0
* 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-172-25/+14
* Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-171-1/+0
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-122-12/+25
* 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-222-5/+6
* 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
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+28
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-222-0/+419