diff options
author | Sean Griffin <sean@thoughtbot.com> | 2014-12-22 14:55:58 -0700 |
---|---|---|
committer | Sean Griffin <sean@thoughtbot.com> | 2014-12-22 14:55:58 -0700 |
commit | 18ae0656f527e790bdc827fe68e3f2edd541b3a4 (patch) | |
tree | 954a7fd17c2f88a322f7f9b4efac0eeb3b1d76ba /actionview | |
parent | 849274316dc136135c50895e898e294904fec7a2 (diff) | |
download | rails-18ae0656f527e790bdc827fe68e3f2edd541b3a4.tar.gz rails-18ae0656f527e790bdc827fe68e3f2edd541b3a4.tar.bz2 rails-18ae0656f527e790bdc827fe68e3f2edd541b3a4.zip |
Don't calculate all in-place changes to determine if attribute_changed?
Calling `changed_attributes` will ultimately check if every mutable
attribute has changed in place. Since this gets called whenever an
attribute is assigned, it's extremely slow. Instead, we can avoid this
calculation until we actually need it.
Fixes #18029
Diffstat (limited to 'actionview')
0 files changed, 0 insertions, 0 deletions