rails--rails/railties/configs/databases
David Heinemeier Hansson 631181ca18 Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-01 16:01:53 +00:00
..
mysql.yml Added -d/--database option to the rails command, so you can do "rails --database=sqlite2 myapp" to start a new application preconfigured to use SQLite2 as the database. Removed the configuration examples from SQLite and PostgreSQL from the default MySQL configuration [DHH] 2006-02-25 18:41:13 +00:00
oracle.yml Renamed the "oci" adapter to "oracle", but kept the old name as an alias (closes #4017) [schoenm@earthlink.net] 2006-03-01 16:01:53 +00:00
postgresql.yml Added -d/--database option to the rails command, so you can do "rails --database=sqlite2 myapp" to start a new application preconfigured to use SQLite2 as the database. Removed the configuration examples from SQLite and PostgreSQL from the default MySQL configuration [DHH] 2006-02-25 18:41:13 +00:00
sqlite2.yml Various problems with in-memory sqlite dbs 2006-02-28 19:43:34 +00:00
sqlite3.yml Various problems with in-memory sqlite dbs 2006-02-28 19:43:34 +00:00