ma.gnolia

Sign In | Learn More

Skip to main content


Rails rake tasks to sync your remote database to your local development environment Rails rake tasks to sync your remote database to your local development environment

  • Not rated yet.
  • Copy Bookmark

So, you’re managing or developing a Ruby on Rails application that you deploy regularly using Capistrano (as any sane Rails developer should), and you want a really easy way to sync up the database on your remote production server with the development environment you have running on your local machine. This is really useful for debugging your app, especially if you have a lot of user-generated content. It’s also just really helpful for design and development if your local environment looks exactly the same as your live environment.

3 people have commented on this bookmark

Name Title Rating When
13363_32 Luigi Rails rake tasks to sync your remote database to your loc...
Not rated yet.
November 16, 2007
11811_32 Keston Rails rake tasks to sync your remote database to your loc...
Not rated yet.
August 24, 2007
7864_32 Ivan Rails rake tasks to sync your remote database to your loc...
Not rated yet.
August 2, 2007

So, you’re managing or developing a Ruby on Rails application that you deploy regularly using Capistrano (as any sane Rails developer should), and you want a really easy way to sync up the database on your remote production serv...