aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix all style guides violationsRafael Mendonça França2017-04-191-1/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-207-14/+0
* Merge pull request #5480 from drogus/rendering-issuesJosé Valim2012-03-171-0/+1
* content_for should work with provide.José Valim2011-04-161-0/+4
* Fix issue with rendering partials and then yielding inside a render layout callCarlos Antonio da Silva2010-11-114-0/+6
* layout_for works again with objects as specified in the documentation and Rai...José Valim & Carlos Antonio da Silva2010-08-111-0/+1
* render(:inline) in a layout before yield replaces original contentNeeraj Singh2010-06-131-0/+2
* 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