My initial seed.rb was about 35,000 lines of code. I kept getting "process killed" before I could seed in on the VPS. So I ran the seed locally and did a sql_dump/sql_restore to get the initial data base loaded. I now have another ~35,000 lines of code to add data to the server, whats the best way to do this?
fyi: The production server how has user generated data, so I can't really follow the same process I did with the initial seed data.