rails/activerecord/lib
Tarmo Tänav cf28109158 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.
2008-08-23 18:05:52 +03:00
..
active_record coerce blank strings to nil values for boolean and integer fields 2008-08-22 16:26:40 -07:00
active_record.rb Always require activesupport, even if its constant already exists 2008-08-23 18:05:52 +03:00
activerecord.rb Allow frameworks to be required by their gem name (closes #8845) [drnic] 2007-09-22 18:15:05 +00:00