1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/renderer
Carlos Antonio da Silva 700c58355c Improve and cleanup a bit partial renderer
* 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
2012-05-12 22:34:23 -03:00
..
abstract_renderer.rb Improve and cleanup a bit partial renderer 2012-05-12 22:34:23 -03:00
partial_renderer.rb Improve and cleanup a bit partial renderer 2012-05-12 22:34:23 -03:00
renderer.rb no @controller dependency in Renderers. 2011-05-04 00:12:11 +02:00
streaming_template_renderer.rb removes comment obsoleted by 18ed37b 2011-12-31 10:37:01 +01:00
template_renderer.rb Set proper rendered_format when doing render :inline 2012-03-28 18:53:09 -03:00