index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
/
preloader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't rely on the internal representation of join values
Sean Griffin
2015-01-27
1
-1
/
+1
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
1
-1
/
+1
*
Don't rely as much on the structure of the values hash in associations
Sean Griffin
2015-01-25
1
-1
/
+1
*
Adds preloaded_records method to NullPreloader
Thorsten Ball
2014-11-28
1
-0
/
+1
*
Updating Associations::Preloader docs
Jack Danger Canty
2014-08-17
1
-23
/
+32
*
Skip if the association was already loaded.
Zachary Scott
2014-05-24
1
-0
/
+1
*
fix multiple hash preloads. Fixes #14994
Aaron Patterson
2014-05-20
1
-6
/
+7
*
deprecate, join, preload, eager load of instance dependent associations.
Yves Senn
2014-05-10
1
-0
/
+1
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-29
/
+6
|
\
|
*
Simplify Preloader#grouped_records code.
thedarkone
2014-03-30
1
-20
/
+6
|
*
Fix polymorphic preloads on NOT NULL _type columns.
thedarkone
2014-03-30
1
-10
/
+1
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-11
1
-42
/
+77
|
\
|
|
*
https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...
Vipul A M
2013-12-31
1
-1
/
+1
|
*
Make missed association exception message more informative
Paul Nikitochkin
2013-10-13
1
-3
/
+3
|
*
remove the HABTM preloader
Aaron Patterson
2013-10-02
1
-3
/
+0
|
*
guarantee that `klass` is not nil inside the preloader objects
Aaron Patterson
2013-09-24
1
-4
/
+11
|
*
eliminate the `loaded?` conditional
Aaron Patterson
2013-09-24
1
-2
/
+6
|
*
push preloaded test up to the factory method so we can eliminate
Aaron Patterson
2013-09-24
1
-2
/
+17
|
*
pass the preloader down so we only have to construct one
Aaron Patterson
2013-09-23
1
-2
/
+4
|
*
remove state from the preloader
Aaron Patterson
2013-09-23
1
-17
/
+7
|
*
pass the scope all the way down to the constructors
Aaron Patterson
2013-09-23
1
-10
/
+10
|
*
hm:t preloading will respect order set on the RHS association
Aaron Patterson
2013-09-23
1
-1
/
+1
|
*
fix method name
Aaron Patterson
2013-09-20
1
-3
/
+5
|
*
access preloaders independently of model mutations
Aaron Patterson
2013-09-20
1
-12
/
+12
|
*
push running the preloaders up
Aaron Patterson
2013-09-20
1
-19
/
+7
|
*
push `run` up to preload
Aaron Patterson
2013-09-20
1
-10
/
+30
|
*
the hash should only ever be length one, so decompose it
Aaron Patterson
2013-09-20
1
-4
/
+5
|
*
stop depending on preloader interals so we can create fewer preloader
Aaron Patterson
2013-09-20
1
-19
/
+23
|
*
lhs preload is always a single preload, so just preload one
Aaron Patterson
2013-09-20
1
-3
/
+3
|
*
just read the attribute rather than `send`ing
Aaron Patterson
2013-09-20
1
-1
/
+1
|
*
extract exception raising, clean up group_by statement
Aaron Patterson
2013-09-20
1
-6
/
+7
|
*
generate fewer objects when grouping
Aaron Patterson
2013-09-20
1
-5
/
+7
|
*
do not access internal data structures
Aaron Patterson
2013-09-20
1
-1
/
+1
|
*
reduce relation allocations
Aaron Patterson
2013-08-30
1
-1
/
+3
|
*
require a class for cache computations
Aaron Patterson
2013-08-30
1
-1
/
+1
|
*
add a specific factory method rather than using new
Aaron Patterson
2013-07-23
1
-1
/
+1
|
/
*
refactoring to_sym of Symbol in preload
Angelo capilleri
2013-01-02
1
-1
/
+3
*
Migration of docs to 1.9 hash syntax
AvnerCohen
2012-10-23
1
-3
/
+3
*
Eager autoload Preloader classes
John Firebaugh
2012-10-10
1
-10
/
+14
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
1
-1
/
+1
*
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
1
-1
/
+1
*
Represent association scope options as AR::Relations insternally.
Jon Leighton
2012-07-13
1
-12
/
+7
*
Fix AR preloader example
Alexey Vakhov
2012-05-22
1
-1
/
+1
*
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
1
-0
/
+177