We used a db/seeds.rb file mainly for fake data to get our development environments going until there is real user data to work with. Can you use SeedMigrations to have a set of dev seeds vs prod seeds?
This is so useful, thanks! Can it get existing data from the database? Or does it only translate the seeds.rb file? I've been using <a href="https://github.com/rroblak/seed_dump" rel="nofollow">https://github.com/rroblak/seed_dump</a> in the past.