activerecord_defer_persist 0.3.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:
=
installation:
=
Dépendances de Runtime (2):
activerecord
>= 7
activesupport
>= 7