1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/examples/views
Yehuda Katz 4945d82239 Further experimentation. Was able to cut the cost of rendering 100 partials in a collection in half.
To discuss: What are the desired semantics (if any) for layouts in a collection. There are no
  tests for it at present, and I'm not sure if it's needed at all.

  Deprecated on this branch: `object` pointing at the current object in partials. You can still
  use the partial name, or use :as to achieve the same thing. This is obviously up for discussion.
2009-08-11 15:03:53 -07:00
..
layouts
_collection.erb Update minimal.rb to benchmark partials 2009-08-09 04:12:08 -03:00
_hello.erb Update minimal.rb to benchmark partials 2009-08-09 04:12:08 -03:00
_hundred_partials.erb Further experimentation. Was able to cut the cost of rendering 100 partials in a collection in half. 2009-08-11 15:03:53 -07:00
_many_partials.erb Update minimal.rb to benchmark partials 2009-08-09 04:12:08 -03:00
_partial.erb Update minimal.rb to benchmark partials 2009-08-09 04:12:08 -03:00
template.html.erb Update minimal.rb to benchmark partials 2009-08-09 04:12:08 -03:00