diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-11-24 18:43:04 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-11-24 18:43:04 -0800 |
commit | 104f3a57768602289299b3be0fab5b1ed21d7653 (patch) | |
tree | 8e467393ec0541d3db1cacd895e094e995574eb4 /activesupport/lib | |
parent | d01f75b1f091c37d14ece70cbe5f52f20f25d64c (diff) | |
download | rails-104f3a57768602289299b3be0fab5b1ed21d7653.tar.gz rails-104f3a57768602289299b3be0fab5b1ed21d7653.tar.bz2 rails-104f3a57768602289299b3be0fab5b1ed21d7653.zip |
Add config.preload_frameworks to load all frameworks at startup. Default to false so Rails autoloads itself as it's used.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index e64771033c..3758f63eb0 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -55,5 +55,3 @@ require 'active_support/core_ext' require 'active_support/json' I18n.load_path << "#{File.dirname(__FILE__)}/active_support/locale/en.yml" - -ActiveSupport.load_all! unless ENV['LAZY'] |