westonganger / active_snapshot

Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation
MIT License
103 stars 16 forks source link

Remove dependency on activerecord-import using vanilla ActiveRecord upsert_all #44

Closed westonganger closed 6 months ago

westonganger commented 6 months ago

There is no need for the extra dependency when Rails already has a built-in method upsert_all.

This means this gem requires a minimum of ActiveRecord v6.0 to work.