I have a rails application in production with seed data. We need to add more seed data, but using rake db:populate
will replicate all the old seed data and of course we don't want to add the data to migrations.
What is the best method of adding extra seed data to the application?