1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Get AR CI passing again by requiring the entire core_ext"

This reverts commit 8e6a18d867.
This commit is contained in:
Jeremy Kemper 2009-05-18 11:55:06 -07:00
parent cf6e025a45
commit 37453e11e9

View file

@ -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!