1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Removed leading : from database.yml file

This commit is contained in:
Andrew Ferk 2010-09-18 09:46:32 -05:00
parent a2fddff035
commit 8050d94907

View file

@ -128,26 +128,26 @@ h4. Test Setup
# vendor/plugins/yaffle/test/database.yml # vendor/plugins/yaffle/test/database.yml
sqlite: sqlite:
:adapter: sqlite adapter: sqlite
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
sqlite3: sqlite3:
:adapter: sqlite3 adapter: sqlite3
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
postgresql: postgresql:
:adapter: postgresql adapter: postgresql
:username: postgres username: postgres
:password: postgres password: postgres
:database: yaffle_plugin_test database: yaffle_plugin_test
:min_messages: ERROR min_messages: ERROR
mysql: mysql:
:adapter: mysql adapter: mysql
:host: localhost host: localhost
:username: root username: root
:password: password password: password
:database: yaffle_plugin_test database: yaffle_plugin_test
</yaml> </yaml>
For this guide you'll need 2 tables/models, Hickwalls and Wickwalls, so add the following: For this guide you'll need 2 tables/models, Hickwalls and Wickwalls, so add the following: