This project is archived and is in readonly mode.
Changeset [3eb97531b8650db5cc7b9558cc3828c56a526b6a] by wycats
April 3rd, 2010 @ 10:44 AM
Refactored url_for in AV to have its own instances of the
helpers instead of proxying back to the controller. This
potentially allows for more standalone usage of AV. It also kicked
up a lot of dust in the tests, which were mocking out controllers
to get this behavior. By moving it to the view, it made a lot of
the tests more standalone (a win)
http://github.com/rails/rails/commit/3eb97531b8650db5cc7b9558cc3828...
Committed by wycats
- M actionpack/lib/action_view/base.rb
- M actionpack/lib/action_view/helpers.rb
- M actionpack/lib/action_view/helpers/form_helper.rb
- M actionpack/lib/action_view/helpers/url_helper.rb
- M actionpack/lib/action_view/test_case.rb
- M actionpack/test/abstract_unit.rb
- M actionpack/test/template/active_model_helper_test.rb
- M actionpack/test/template/asset_tag_helper_test.rb
- M actionpack/test/template/erb/helper.rb
- M actionpack/test/template/form_helper_test.rb
- M actionpack/test/template/form_tag_helper_test.rb
- M actionpack/test/template/prototype_helper_test.rb
- M actionpack/test/template/scriptaculous_helper_test.rb
- M actionpack/test/template/url_helper_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>