Seed your database with the Faker gem. Then seed 9.4x faster with upsert_all and activerecord-import.databasegemfakeractiverecord-importWe use the faker gem to seed our database with 10,000 fake posts. Then, we're going to speed up seeding by 9.4x, using either upsert_all or the activerecord-import gem.Read more →