aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/support
diff options
context:
space:
mode:
authorJames Coleman <jtc331@gmail.com>2016-02-05 10:16:15 -0500
committerJames Coleman <jtc331@gmail.com>2016-08-26 11:40:38 -0400
commita94fe2971b24d2a7827e205e7898e1b22771ed72 (patch)
tree9a6ff88242201d4fb55e29ae97146a921204bf25 /activerecord/test/support
parentf394f3ba763adbd073685a4a3f53b2a3ad71381a (diff)
downloadrails-a94fe2971b24d2a7827e205e7898e1b22771ed72.tar.gz
rails-a94fe2971b24d2a7827e205e7898e1b22771ed72.tar.bz2
rails-a94fe2971b24d2a7827e205e7898e1b22771ed72.zip
Don't unnecessarily load a belongs_to when saving.
Previously, if the the association was previously loaded and then the foreign key changed by itself, a #save call would trigger a load of the new associated record during autosave. This is unnecessary and the autosave code (in that case) didn't use the loaded record anyways.
Diffstat (limited to 'activerecord/test/support')
0 files changed, 0 insertions, 0 deletions