Displaying 1 result from an estimated 1 matches for "real_database".
2007 Nov 29
2
railroad-database problem
Hi all,
I am facing with a new type of problem with railroad, explained
below
1. I am using an oracle database in my application. In the database.yml
file, I 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: **************
ad...