Migrate Multiple DBs with Active Record sans Rails
In this post I will cover the various components you’ll need to migrate multiple databases with Active Record without using Rails. I’ll also throw some template files up on github so you can start messing around with this as well. To minimize confusion, be aware that whenever you see <bla> , you as the programmer need to specify this particular piece of information, based on your environment. It is also worth noting that I’m writing this code for Unix-based environments. If you want to do this in Windows, please enjoy, and let me know how I can update this article to include that work. ...