This project is archived and is in readonly mode.

Changeset [a41c6c35cadf75bfd4bf0a17113ae37d628896e8] by Yehuda Katz

October 14th, 2009 @ 09:36 PM

Start adding configuration to ActionView instead of using constants.

By using config rather than hardcoded constants, we can evolve the configuration system over time (we'd just need to update the config method with more robust capabilities and all consumers would get the capabilities with no code changes) http://github.com/rails/rails/commit/a41c6c35cadf75bfd4bf0a17113ae3...

Committed by Yehuda Katz

  • A activesupport/lib/active_support/configurable.rb
  • M actionpack/lib/action_view/base.rb
  • M actionpack/lib/action_view/helpers/asset_tag_helper.rb
  • M actionpack/test/template/asset_tag_helper_test.rb
  • M actionpack/test/template/form_tag_helper_test.rb
  • M actionpack/test/template/url_helper_test.rb
  • M activesupport/lib/active_support/autoload.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>