aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
diff options
context:
space:
mode:
authorBogdan Gusiev <agresso@gmail.com>2019-03-06 13:47:25 +0200
committerBogdan Gusiev <agresso@gmail.com>2019-03-07 16:48:46 +0200
commit2847653869ffc1ff5139c46e520c72e26618c199 (patch)
tree51199c44ed1b6909fc28353d3a1245a1e2a0f849 /actionpack/lib/action_dispatch/middleware/cookies.rb
parentb366be3b5b28f01c8a55d67a5161ec36f53d555c (diff)
downloadrails-2847653869ffc1ff5139c46e520c72e26618c199.tar.gz
rails-2847653869ffc1ff5139c46e520c72e26618c199.tar.bz2
rails-2847653869ffc1ff5139c46e520c72e26618c199.zip
Fix preloader to never reset associations in case they are already loaded
This patch fixes the issue when association is preloaded with a custom preload scope which disposes the already preloaded target of the association by reseting it. When custom preload scope is used, the preloading is now performed into a separated Hash - #records_by_owner instead of the association. It removes the necessaty the reset the association after the preloading is complete so that reset of the preloaded association never happens. Preloading is still happening to the association when the preload scope is empty.
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/cookies.rb')
0 files changed, 0 insertions, 0 deletions