bits about life, coding and stuff
Stumbled on another essential tool for rails development, taps!
Let you sync your server database with the local one with a breeze!
On the server:
taps server mysql://root@localhost/mydb tmpuser tmppass
On the client:
taps pull mysql://root@localhost/mydb http://tmpuser:tmppass@slicehost-box:5000
This can be done vice-versa, much better than a mysqldump! And it works even with different databases!
Related posts: