1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/fixtures/layouts
Santiago Pastorino 8a998b0fa7 Add Html template handler that wraps Raw output in an OutputBuffer
This fixes the case when you try to render an html you know safe and the
file is named something.html. With this commit the content of the html
won't be escaped anymore because AV won't use Raw handler and choose
Html handler instead.
2016-01-05 16:54:39 -03:00
..
_column.html.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
_customers.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
_partial_and_yield.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
_yield_only.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
_yield_with_params.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
render_partial_html.erb Add Html template handler that wraps Raw output in an OutputBuffer 2016-01-05 16:54:39 -03:00
streaming.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
streaming_with_capture.erb fix ActionView::Template::Error when using Streaming with capture. 2015-03-01 16:20:27 +09:00
yield.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
yield_with_render_inline_inside.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00
yield_with_render_partial_inside.erb Move template tests from actionpack to actionview 2013-06-20 17:23:16 +02:00