DISQUS

Life is grand: Rails and foreign databases

  • Cathal · 3 years ago
    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?
  • Cathal · 3 years ago
    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?
  • Paul Watson · 3 years ago
    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.