This project is archived and is in readonly mode.
Changeset [cecafc52ee0a4a53c903ddbaba95683261f88e5f] by Yehuda Katz + Carl Lerche
April 27th, 2009 @ 07:49 PM
Refactor ActionView::Template
ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it. http://github.com/rails/rails/co...
Committed by Yehuda Katz + Carl Lerche
- M actionpack/lib/action_controller/base/base.rb
- M actionpack/lib/action_controller/base/render.rb
- M actionpack/lib/action_controller/testing/assertions/response.rb
- M actionpack/lib/action_view/base.rb
- M actionpack/lib/action_view/paths.rb
- M actionpack/lib/action_view/render/rendering.rb
- M actionpack/lib/action_view/template/error.rb
- M actionpack/lib/action_view/template/handlers.rb
- M actionpack/lib/action_view/template/path.rb
- M actionpack/lib/action_view/template/template.rb
- M actionpack/lib/action_view/test_case.rb
- M actionpack/test/abstract_controller/abstract_controller_test.rb
- M actionpack/test/controller/helper_test.rb
- M actionpack/test/controller/layout_test.rb
- M actionpack/test/controller/render_test.rb
- M actionpack/test/controller/view_paths_test.rb
- M actionpack/test/fixtures/layouts/standard.erb
- M actionpack/test/fixtures/layouts/standard.html.erb
- M actionpack/test/fixtures/test/render_file_with_locals_and_default.erb
- M actionpack/test/template/compiled_templates_test.rb
- M actionpack/test/template/render_test.rb
- M activesupport/lib/active_support/core_ext/module/delegation.rb
- M railties/test/plugin_loader_test.rb
- M railties/test/plugin_test_helper.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>