diff options
author | Arthur Nogueira Neves <github@arthurnn.com> | 2016-03-01 16:10:09 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <github@arthurnn.com> | 2016-03-01 16:10:09 -0500 |
commit | 15c308582f6d5c5576e6c355bf7c98d98f968adc (patch) | |
tree | a048ea9398a875a3c11438bfe37d0444c0fe3bc9 /activerecord | |
parent | 8e3790c163b00af9c842602101dcb410361f5fd7 (diff) | |
parent | 2abcdfd978fdcd491576a237e8c6be04ddaf884d (diff) | |
download | rails-15c308582f6d5c5576e6c355bf7c98d98f968adc.tar.gz rails-15c308582f6d5c5576e6c355bf7c98d98f968adc.tar.bz2 rails-15c308582f6d5c5576e6c355bf7c98d98f968adc.zip |
Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths
Remove load_paths file
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/examples/performance.rb | 1 | ||||
-rw-r--r-- | activerecord/examples/simple.rb | 1 | ||||
-rw-r--r-- | activerecord/test/cases/helper.rb | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb index a5a1f284a0..c3c46c19c5 100644 --- a/activerecord/examples/performance.rb +++ b/activerecord/examples/performance.rb @@ -1,4 +1,3 @@ -require File.expand_path('../../../load_paths', __FILE__) require "active_record" require 'benchmark/ips' diff --git a/activerecord/examples/simple.rb b/activerecord/examples/simple.rb index 4ed5d80eb2..5a041e8417 100644 --- a/activerecord/examples/simple.rb +++ b/activerecord/examples/simple.rb @@ -1,4 +1,3 @@ -require File.expand_path('../../../load_paths', __FILE__) require 'active_record' class Person < ActiveRecord::Base diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb index 95f8706d73..d2fdf03e9d 100644 --- a/activerecord/test/cases/helper.rb +++ b/activerecord/test/cases/helper.rb @@ -1,5 +1,3 @@ -require File.expand_path('../../../../load_paths', __FILE__) - require 'config' require 'active_support/testing/autorun' |