1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/renderer
Jerry D'Antonio 56ac6e4768 Replaced ThreadSafe::Map with successor Concurrent::Map.
The thread_safe gem is being deprecated and all its code has been merged
into the concurrent-ruby gem. The new class, Concurrent::Map, is exactly
the same as its predecessor except for fixes to two bugs discovered
during the merge.
2015-09-19 09:56:26 -04:00
..
partial_renderer Fix cache issue when different partials use the same collection 2015-06-28 20:41:59 -05:00
abstract_renderer.rb small refactors to actionview renderers 2014-07-18 20:54:03 -07:00
partial_renderer.rb Replaced ThreadSafe::Map with successor Concurrent::Map. 2015-09-19 09:56:26 -04:00
renderer.rb [ci skip] Unify the code comment in ActionView::Renderer#render_template. 2015-03-27 03:24:17 +08:00
streaming_template_renderer.rb remove LookupContext#with_layout_format by passing formats for layouts explicitely. 2015-08-24 15:07:25 -03:00
template_renderer.rb Pass formats to lookup_context 2015-08-24 15:16:59 -03:00