Carson Reinke's Headshot

Carson Reinke's (πŸš—β˜€β˜”πŸ”‘) Blog

Seed Data in Rails

Seed Data in Rails

I was able to decrease seeding time from ~2-3 minutes down to 1 second by switching to using MySQL LOAD DATE INFILE instead of #create! statements.

rails - testing