This project is archived and is in readonly mode.
Changeset [9f5cd0156ab907d8097fc9c588823a9b09038b93] by Yehuda Katz
August 15th, 2009 @ 08:32 PM
More cleanup of ActionView and reduction in need for blocks in some cases:
- only one of partial_name or :as will be available as a local
object
is removed- Simplify _layout_for in most cases.
- Remove <% render :partial do |args| %>
- <% render :partial do %> still works fine http://github.com/rails/rails/co...
Committed by Yehuda Katz
- R actionpack/test/fixtures/test/using_layout_around_block_with_args.html.erb
- M actionpack/lib/action_view/render/partials.rb
- M actionpack/lib/action_view/render/rendering.rb
- M actionpack/lib/action_view/template/handler.rb
- M actionpack/lib/action_view/template/template.rb
- M actionpack/test/controller/render_test.rb
- M actionpack/test/fixtures/test/_customer_with_var.erb
- M actionpack/test/fixtures/test/_hash_object.erb
- M actionpack/test/template/render_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>