I think I have a fundamental misunderstanding of the deployment process that I'm hoping someone can clear up for me.
I've been developing a rails app on my local machine in the development environment. All data is writing to railsapp_development. Over the last couple of days I've been trying to deploy the app to a production environment on a remote server. I did this with deprec. It worked, but only the database schema went with it. The actual data did not move. I believe that this is normal. If so, how do you get your data to deploy? write a capistrano task? export it off the local machine, and import it to a database on the remote server manually? Any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---
