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
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
`preloaded_records` no longer includes `nil` since #35496
Ryuta Kamizono
2019-04-05
1
-1
/
+0
*
Fix preloader to never reset associations in case they are already loaded
Bogdan Gusiev
2019-03-07
1
-5
/
+11
*
Restore `preloaders_for_one` method
Ryuta Kamizono
2018-10-05
1
-5
/
+9
*
ActiveRecord::Associations::Preloader should not fail to preload through miss...
Nikita Sokolov
2018-10-02
1
-28
/
+24
*
If association is a hash-like object preloading fails
Bohdan Pohorilets
2018-09-26
1
-4
/
+3
*
ActiveRecord::Associations::Preloader should preload all instances of the sam...
Nikita Sokolov
2018-09-16
1
-1
/
+0
*
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-10
/
+15
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
1
-1
/
+1
*
Bring back passing single record support for `Preloader`
Ryuta Kamizono
2018-01-10
1
-1
/
+1
*
Remove useless preloader classes
Ryuta Kamizono
2017-11-10
1
-19
/
+7
*
Don't expose accessors which are internal used only
Ryuta Kamizono
2017-11-08
1
-2
/
+3
*
Early return if `records.empty?` in `Preloader#preload`
Ryuta Kamizono
2017-09-18
1
-3
/
+3
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-3
/
+0
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Skip instantiating `NullPreloader` if `assoc.klass` is nil
Ryuta Kamizono
2017-06-27
1
-11
/
+3
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-17
/
+17
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-67
/
+67
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-10
/
+10
*
Fix undefined method `owners' for NullPreloader:Class
Ladislav Smola
2016-04-06
1
-0
/
+1
*
[ci skip] Add doc for preloader_for
schneems
2015-10-26
1
-0
/
+4
*
[ci skip] Clarify doc for preloaders_for_one
schneems
2015-10-26
1
-0
/
+5
*
[ci skip] Add doc to preloaders_on
schneems
2015-10-26
1
-0
/
+1
*
[ci skip] Fix method documentation location
schneems
2015-10-26
1
-3
/
+2
*
Correct error message in Standard American english and add a test case for th...
prakash
2015-08-18
1
-1
/
+1
*
docs, nodoc `NullPreloader` and `AlreadyLoaded`.
Yves Senn
2015-06-29
1
-2
/
+2
*
Merge pull request #20673 from aditya-kapoor/correct-preload-doc
Yves Senn
2015-06-23
1
-1
/
+1
|
\
|
*
[ci skip] correct for ActiveRecord::Associations::Preloader:
Aditya Kapoor
2015-06-23
1
-1
/
+2
*
|
docs, add missing closing bracket. [ci skip]
Yves Senn
2015-06-23
1
-1
/
+1
|
/
*
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
[next]