Displaying 1 result from an estimated 1 matches for "legacy_develop".
2007 Nov 29
2
railroad-database problem
...am having different schema connections to the same database.like
development:
database: real_database
username: schema_name1
password: ************
adapter: oracle
abcd_development:
database: real_database
username: schema_name2
password: ************
adapter: oracle
legacy_development:
database: real_database
username: schema_name3
password: **************
adapter: oracle
u can observe that only the usernames/schemas are different but the
database is the same for all the connections.
And according to the rails-database conventions when defining multiple
conne...