seed_dump icon indicating copy to clipboard operation
seed_dump copied to clipboard

Support insert_all

Open lubosch opened this issue 3 years ago • 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 avatar Mar 08 '21 15:03 lubosch

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

ghost avatar Sep 23 '21 15:09 ghost

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

ronald avatar Aug 19 '22 08:08 ronald