Back-End /Ruby On Rails
saved_change_to_attribute
rootkaien
2020. 1. 3. 11:12
https://rubyinrails.com/2019/04/08/rails-changed-behavior-of-attribute-changed-in-callbacks/
Rails changed behavior of attribute_changed in callbacks
Rails changed behavior of attribute_changed? in after and before callbacks. Older versions will throw deprecation warnings indicating which methods to use instead. When working on Rails 5.1.5 project, a warning was thrown in rails server logs. DEPRECATION
rubyinrails.com
https://www.levups.com/en/blog/2017/undocumented-dirty-attributes-activerecord-changes-rails51.html
Underrated and enhanced dirty attributes changes in Rails 5.1
Rails 5.1 comes with a bunch of noteworthy enhancements along with changes in its API. Those related to
www.levups.com
