rails--rails/actionpack/test/fixtures/layouts
Nathan Weizenbaum cbded53671 When rendering layouts with blocks, use #capture to avoid assuming that the return value is the block's content.
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
2009-11-05 20:08:04 -08:00
..
_column.html.erb Ensure @content_for_* is checked before yielding to block in render :layout [#8994 state:resolved] 2008-10-28 17:31:33 -05:00
block_with_layout.erb When rendering layouts with blocks, use #capture to avoid assuming that the return value is the block's content. 2009-11-05 20:08:04 -08:00
builder.builder Drive the final stake through @content_for_*'s heart! 2009-06-17 18:08:45 -07:00
partial_with_layout.erb Fixed rendering of partials with layout when done from site layout (closes #9209) [antramm] 2008-01-03 15:28:36 +00:00
standard.html.erb Drive the final stake through @content_for_*'s heart! 2009-06-17 18:08:45 -07:00
talk_from_action.erb Drive the final stake through @content_for_*'s heart! 2009-06-17 18:08:45 -07:00
xhr.html.erb correctly handle layouts for AJAX requests and regular js files [#2052 state:resolved] 2009-02-24 10:38:07 -06:00
yield.erb