Re: Import (push?) tables to heroku?

2010-01-29 Thread hopelessone
I believe you might be looking for yaml_db, which will dump all the data to a yaml file. http://github.com/adamwiggins/yaml_db I forked this to add the ability to specify the output file and selectively choose the tables to export: http://github.com/hopeless/yaml_db However, it was a bit

Re: Import (push?) tables to heroku?

2010-01-28 Thread Ed Jones
Thanks, Doug. It's that extract your development seed data into a yaml file if necessary in order to do the initial import on heroku that I've lost track of how to do. Used to be easy and well documented. I've searched for three days now. I just want to upload one table!! :-) e On Jan 25, 3:40 

Re: Import (push?) tables to heroku?

2010-01-28 Thread Carl Anderson
I'm not sure if this will help, but I found these two links that might help you out (check the comments on the first one, they look useful to you): http://snippets.dzone.com/posts/show/3393 http://shifteleven.com/articles/2006/09/28/loading-fixtures-in-a-migration Carl On Thu, Jan 28, 2010 at

Import (push?) tables to heroku?

2010-01-22 Thread Ed Jones
How do I move some new tables up to the server? That is, leave the db tables which exist on Heroku as is, but copy my local data for three newly created tables? ( I already did db:migrate). Thanks -- You received this message because you are subscribed to the Google Groups Heroku group. To