Support insert_all
lubosch opened this issue · 2 comments
lubosch commented
just give option to replace create! with insert_all please https://apidock.com/rails/v6.0.0/ActiveRecord/Persistence/ClassMethods/insert_all
Deleted user commented
@lubosch I have implemented this feature in our fork https://github.com/renuo/seed_dump. Maybe it helps.
ronald commented
gem "db_seed_dump", git: 'https://github.com/renuo/seed_dump', require: 'seed_dump'