rails/railties/configs/databases
2006-10-09 02:02:27 +00:00
..
frontbase.yml rails -d frontbase to create a new project with a frontbase database.yml. Closes #4945. 2006-07-08 01:22:48 +00:00
mysql.yml Doc fix (closes #5418) [kevwil@gmail.com] 2006-07-05 02:23:21 +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 Added timeout option to SQLite3 configurations to deal more gracefully with SQLite3::BusyException, now the connection can instead retry for x seconds to see if the db clears up before throwing that exception (closes #6126) [wreese@gmail.com] Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH] 2006-10-09 02:02:27 +00:00