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
2017-11-25 21:32:02 +01:00
..
_column.html.erb
_customers.erb
_partial_and_yield.erb
_yield_only.erb
_yield_with_params.erb
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
streaming_with_capture.erb fix ActionView::Template::Error when using Streaming with capture. 2015-03-01 16:20:27 +09:00
streaming_with_locale.erb fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stores the current locale in Thread.current[:local] (see: https://github.com/svenfuchs/i18n/blob/master/lib/i18n.rb#L23). StreamingTemplateRenderer is implemented with Fiber which have its own stack of locals and can not access Thread.current.locals(keys, see: https://ruby-doc.org/core-2.2.0/Thread.html#class-Thread-label-Fiber-local+vs.+Thread-local). 2017-11-25 21:32:02 +01:00
yield.erb
yield_with_render_inline_inside.erb
yield_with_render_partial_inside.erb