aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-11-24 18:43:04 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2008-11-24 18:43:04 -0800
commit104f3a57768602289299b3be0fab5b1ed21d7653 (patch)
tree8e467393ec0541d3db1cacd895e094e995574eb4 /activesupport/lib/active_support.rb
parentd01f75b1f091c37d14ece70cbe5f52f20f25d64c (diff)
downloadrails-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/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
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']