DISQUS

DISQUS Hello! Life is grand is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Rails and foreign databases

Started by paulmwatson · 10 months ago

We are getting to a point in our project where we want the different bits to start integrating. One part is Java, another is C++ and the part I am responsible for is Ruby on Rails. All of this runs off of a MySQL 5 database.
The database schema is owned by a C++ guy and [...] ... Continue reading »

3 comments

  • Hi Paul,

    How do you get around not having to supply different connection settings for your multiple databases? Are they located on the same server machine?
  • Hi Paul,

    How do you get around not having to supply different connection settings for your multiple databases? Are they hosted on the same server machine?
  • Same server in this case with the same connection details. There is a way to use remote databases and different connection settings on a table by table basis but I haven't tried that yet.

Add New Comment

Returning? Login