Thanks for another great episode. Regarding your seeds file, have you considered / previously tried using the Faker gem to generate pseudo-realistic seed data for your dev environment?
I usually use the Faker gem, but there is a lot of overhead when trying to seed in a million plus records. If it were to give a realistic data feel then that would work great, but less so for handling a lot of data.
Thanks for another great episode. Regarding your seeds file, have you considered / previously tried using the Faker gem to generate pseudo-realistic seed data for your dev environment?
Cheers, Dan
Just curious, is there any reason why you're not using Rails built-in strict_loading for detecting the N+1 queries?