diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-18 11:55:06 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-18 11:55:06 -0700 |
commit | 37453e11e9c071f9bdec47b073939fd34402127d (patch) | |
tree | 912d1d1b1eca3786f41584af48573444543a6cdf /activerecord | |
parent | cf6e025a4538e488ed35f61f1f7f3498833a34e6 (diff) | |
download | rails-37453e11e9c071f9bdec47b073939fd34402127d.tar.gz rails-37453e11e9c071f9bdec47b073939fd34402127d.tar.bz2 rails-37453e11e9c071f9bdec47b073939fd34402127d.zip |
Revert "Get AR CI passing again by requiring the entire core_ext"
This reverts commit 8e6a18d8672f7efe6ef79b49185e4a6a23e4e547.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb index b5c17cb23b..2d98239052 100644 --- a/activerecord/lib/active_record.rb +++ b/activerecord/lib/active_record.rb @@ -25,9 +25,6 @@ activesupport_path = "#{File.dirname(__FILE__)}/../../activesupport/lib" $:.unshift(activesupport_path) if File.directory?(activesupport_path) require 'active_support' -# TODO: Figure out what parts of AS are *actually* required and use those -require 'active_support/core_ext' - module ActiveRecord # TODO: Review explicit loads to see if they will automatically be handled by the initilizer. def self.load_all! |