Project
activerecord-duplicator
activerecord-duplicator copies an ActiveRecord record and its associated rows
(has_many, has_one, belongs_to, has_many :through) in one call. It rewires
foreign keys through an internal id map, bypasses callbacks by using
insert_all!, and lets you plug in per-model handlers for records that need
custom logic. Composite primary keys (Rails 7.1+) are supported.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Licenses
Apache-2.0
Dependencies
Runtime
>= 8.0