This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1be3442a0a6df37525ff706fecfd65de7eae65cf
rails
/
activerecord
/
lib
History
Santiago Pastorino
0942879a52
Merge pull request
#2524
from JonathonMA/fix_ecd37084b28a05f05251
...
Use mysql_creation_options inside rescue block
2011-08-22 10:36:12 -07:00
..
active_record
Merge pull request
#2524
from JonathonMA/fix_ecd37084b28a05f05251
2011-08-22 10:36:12 -07:00
rails
/generators
Use change in place of up and down in sessions table migration
2011-05-28 21:59:54 +05:30
active_record.rb
In
1efd88283e
, 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.
2011-08-16 16:40:16 +01:00