aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/preloader.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-67/+67
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-10/+10
* Fix undefined method `owners' for NullPreloader:ClassLadislav Smola2016-04-061-0/+1
* [ci skip] Add doc for preloader_forschneems2015-10-261-0/+4
* [ci skip] Clarify doc for preloaders_for_oneschneems2015-10-261-0/+5
* [ci skip] Add doc to preloaders_onschneems2015-10-261-0/+1
* [ci skip] Fix method documentation locationschneems2015-10-261-3/+2
* Correct error message in Standard American english and add a test case for th...prakash2015-08-181-1/+1
* docs, nodoc `NullPreloader` and `AlreadyLoaded`.Yves Senn2015-06-291-2/+2
* Merge pull request #20673 from aditya-kapoor/correct-preload-docYves Senn2015-06-231-1/+1
|\
| * [ci skip] correct for ActiveRecord::Associations::Preloader:Aditya Kapoor2015-06-231-1/+2
* | docs, add missing closing bracket. [ci skip]Yves Senn2015-06-231-1/+1
|/
* Don't rely on the internal representation of join valuesSean Griffin2015-01-271-1/+1
* Remove all references to `where_values` in association codeSean Griffin2015-01-251-1/+1
* Don't rely as much on the structure of the values hash in associationsSean Griffin2015-01-251-1/+1
* Adds preloaded_records method to NullPreloaderThorsten Ball2014-11-281-0/+1
* Updating Associations::Preloader docsJack Danger Canty2014-08-171-23/+32
* Skip if the association was already loaded.Zachary Scott2014-05-241-0/+1
* fix multiple hash preloads. Fixes #14994Aaron Patterson2014-05-201-6/+7
* deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-0/+1
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-29/+6
|\
| * Simplify Preloader#grouped_records code.thedarkone2014-03-301-20/+6
| * Fix polymorphic preloads on NOT NULL _type columns.thedarkone2014-03-301-10/+1
* | Merge branch 'master' into set_bindsAaron Patterson2014-01-111-42/+77
|\|
| * https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...Vipul A M2013-12-311-1/+1
| * Make missed association exception message more informativePaul Nikitochkin2013-10-131-3/+3
| * remove the HABTM preloaderAaron Patterson2013-10-021-3/+0
| * guarantee that `klass` is not nil inside the preloader objectsAaron Patterson2013-09-241-4/+11
| * eliminate the `loaded?` conditionalAaron Patterson2013-09-241-2/+6
| * push preloaded test up to the factory method so we can eliminateAaron Patterson2013-09-241-2/+17
| * pass the preloader down so we only have to construct oneAaron Patterson2013-09-231-2/+4
| * remove state from the preloaderAaron Patterson2013-09-231-17/+7
| * pass the scope all the way down to the constructorsAaron Patterson2013-09-231-10/+10
| * hm:t preloading will respect order set on the RHS associationAaron Patterson2013-09-231-1/+1
| * fix method nameAaron Patterson2013-09-201-3/+5
| * access preloaders independently of model mutationsAaron Patterson2013-09-201-12/+12
| * push running the preloaders upAaron Patterson2013-09-201-19/+7
| * push `run` up to preloadAaron Patterson2013-09-201-10/+30
| * the hash should only ever be length one, so decompose itAaron Patterson2013-09-201-4/+5
| * stop depending on preloader interals so we can create fewer preloaderAaron Patterson2013-09-201-19/+23
| * lhs preload is always a single preload, so just preload oneAaron Patterson2013-09-201-3/+3
| * just read the attribute rather than `send`ingAaron Patterson2013-09-201-1/+1
| * extract exception raising, clean up group_by statementAaron Patterson2013-09-201-6/+7
| * generate fewer objects when groupingAaron Patterson2013-09-201-5/+7
| * do not access internal data structuresAaron Patterson2013-09-201-1/+1
| * reduce relation allocationsAaron Patterson2013-08-301-1/+3
| * require a class for cache computationsAaron Patterson2013-08-301-1/+1
| * add a specific factory method rather than using newAaron Patterson2013-07-231-1/+1
|/
* refactoring to_sym of Symbol in preloadAngelo capilleri2013-01-021-1/+3
* Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-231-3/+3