rroblak/seed_dump

Support insert_all

lubosch opened this issue · 2 comments

just give option to replace create! with insert_all please https://apidock.com/rails/v6.0.0/ActiveRecord/Persistence/ClassMethods/insert_all

@lubosch I have implemented this feature in our fork https://github.com/renuo/seed_dump. Maybe it helps.

gem "db_seed_dump", git: 'https://github.com/renuo/seed_dump', require: 'seed_dump'