mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
700c58355c
* Remove template assignment: there is no need for this assignment, given we are rendering a collection with possibly different templates, and a second call to render (with the same instance) would behave differently if the template is set. * Remove segments array in favor of Array#map * Use local vars whenever possible * Cache local template keys, remove defaults from find_template |
||
---|---|---|
.. | ||
abstract_renderer.rb | ||
partial_renderer.rb | ||
renderer.rb | ||
streaming_template_renderer.rb | ||
template_renderer.rb |