Released seed-do v4.0.0
ruby
dev.to
I maintain seed-do, which is a fork of seed-fu updated to work with the latest Ruby and Rails. This time, I added performance improvements and released it as v4.0.0. Main changes By using SeedDo.seed(bulk: true), you can now UPSERT records in bulk using Rails' upsert_all. Here is the PR: Enable bulk upsert in SeedDo.seed by willnet · Pull Request #26 · willnet/seed-do For most people, simply replacing SeedDo.seed with SeedDo.seed(bulk: true) should make seeding faster. However, bec