Keep test/database.yml out of the project so others can keep their own around

master
Ben Woosley 2010-11-16 22:39:37 -08:00 committed by Zach Dennis
parent b1c73ffac2
commit 0bbc24ba38
2 changed files with 1 additions and 33 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ pkg
## PROJECT::SPECIFIC
log/*.log
test.db
test/database.yml

View File

@ -1,33 +0,0 @@
common: &common
username: root
password:
encoding: utf8
host: localhost
database: activerecord_import_test
mysql:
<<: *common
adapter: mysql
mysql2:
<<: *common
adapter: mysql2
postgresql:
<<: *common
username: zdennis
adapter: postgresql
min_messages: warning
oracle:
<<: *common
adapter: oracle
min_messages: debug
sqlite:
adapter: sqlite
dbfile: test.db
sqlite3:
adapter: sqlite3
database: test.db