aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation notices for <% %>.Carlhuda2010-03-151-2/+2
* When rendering layouts with blocks, use #capture to avoid assuming that the r...Nathan Weizenbaum2009-11-051-1/+1
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-173-4/+4
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-0/+0
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+2
|\
| * fix HTML fallback for explicit templates [#2052 state:resolved]Matt Jones2009-03-071-0/+1
| * correctly handle layouts for AJAX requests and regular js files [#2052 state:...Matt Jones2009-02-241-0/+2
|/
* Ensure @content_for_* is checked before yielding to block in render :layout [...Ryan Bates2008-10-281-0/+2
* Fixed rendering of partials with layout when done from site layout (closes #9...David Heinemeier Hansson2008-01-032-0/+6
* Purge empty filesJeremy Kemper2007-09-114-0/+0
* Apply the rest of Chads patchDavid Heinemeier Hansson2007-02-214-0/+8
* Added .erb and .builder as preferred aliases to the now deprecated .rhtml and...David Heinemeier Hansson2007-02-204-8/+0
* Fix that render :text didn't interpolate instance variables (Closes #2629, #2...David Heinemeier Hansson2005-10-281-1/+1
* Yield @content_for_ variables to templates #2058 [Sam Stephenson]Jamis Buck2005-09-011-0/+2
* Fixed regression for content_for #1820 [Stefan Kaes]David Heinemeier Hansson2005-07-241-1/+1
* Added test for template to layout variable transferDavid Heinemeier Hansson2005-07-231-0/+2
* InitialDavid Heinemeier Hansson2004-11-242-0/+4