1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
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
actionmailer Removed old deprecation test because the warning was removed in 1129a24 2008-08-22 13:43:34 -05:00
actionpack Merge branch 'master' into i18n 2008-08-22 13:01:53 -07:00
activemodel Fix file permissions 2008-07-31 16:36:23 -05:00
activerecord Always require activesupport, even if its constant already exists 2008-08-23 18:05:52 +03:00
activeresource Clear prefix_parameters cache when setting prefix 2008-08-23 17:43:52 +03:00
activesupport Merge branch 'master' into i18n 2008-08-22 13:01:53 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Always require activesupport, even if its constant already exists 2008-08-23 18:05:52 +03:00
.gitignore Horo rdoc template 2008-06-22 10:38:25 -07:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
Rakefile Horo rdoc template 2008-06-22 10:38:25 -07:00
release.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00