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
d8e2a1fd8a29102cc9643be8d26f7889c816d6b2
rails
/
activerecord
/
lib
History
Jon Leighton
fe2167f3f1
Don't construct association scope in initializer. This yields a big performance gain for cases where the association is never used to load the target, for example with preloading. Related:
#1873
.
2011-07-07 01:08:06 +01:00
..
active_record
Don't construct association scope in initializer. This yields a big performance gain for cases where the association is never used to load the target, for example with preloading. Related:
#1873
.
2011-07-07 01:08:06 +01:00
rails
/generators
for => each in model migration template
2011-05-20 00:22:17 -05:00
active_record.rb
Rewrote AssociationPreload.
2011-02-28 22:12:34 +00:00