Basically, if I have two rails applications, with different database.yml settings, both connecting to the same database, will they conflict with each other?
Or is database.yml specific to the local application?
Essentially, does rails create just a raw database connection like mysql workbench would? Or is there more to it?