activerecord_defer_persist 0.1.0
ActiveRecord defaults to immediately persisting changes to the database on assignments like user.session_ids = [1, 2]. This is a surprising behaviour that this gem aims to fix to be more coherent with regular assignments.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activerecord
~> 6
activesupport
~> 6