aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-08-16 15:01:18 +0100
committerJon Leighton <j@jonathanleighton.com>2011-08-16 16:40:16 +0100
commit0d5a6f68dfb930816392f9711f0a6a52872bc72f (patch)
treee694479b917209b37c1b47d588938a70006d26ab /Gemfile
parentc6e57467a65a3ec998f06676154105f9617c22a6 (diff)
downloadrails-0d5a6f68dfb930816392f9711f0a6a52872bc72f.tar.gz
rails-0d5a6f68dfb930816392f9711f0a6a52872bc72f.tar.bz2
rails-0d5a6f68dfb930816392f9711f0a6a52872bc72f.zip
In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under eager_autoload. Due to the requires in that file, this caused ConnectionSpecification to be loaded, which references ActiveRecord::Base, which means the database connection is established. We do not want to connect to the database when Active Record is loaded, only when ActiveRecord::Base is first referenced by the user.
Diffstat (limited to 'Gemfile')
0 files changed, 0 insertions, 0 deletions