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:
parent
cf6e025a45
commit
37453e11e9
1 changed files with 0 additions and 3 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue