search for: schema_name3

Displaying 1 result from an estimated 1 matches for "schema_name3".

Did you mean: schema_name
2007 Nov 29
2
railroad-database problem
...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 connections in database.yml, we have to create separate models...