This project is archived and is in readonly mode.

Changeset [69d9ec3909b2b29a0266a274fb5cef6b56befd73] by Tarmo Tänav

August 24th, 2008 @ 04:07 AM

Always require activesupport, even if its constant already exists

This is needed because the existance of the ActiveSupport constant by itself does not guarantee that the whole library has been loaded.

Also load the StringInquirer in the Rails#env method as the it might be called inside the initializer block before activesupport itself has been loaded. http://github.com/rails/rails/co...

Committed by Tarmo Tänav

  • M activerecord/lib/active_record.rb
  • M railties/lib/initializer.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>