Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed leading : from database.yml file. dbfile has been updated to …
…database in database.yml
  • Loading branch information
andrewferk committed Sep 18, 2010
1 parent 1b2b5a7 commit 8a045e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/plugins.textile
Expand Up @@ -129,11 +129,11 @@ h4. Test Setup

sqlite:
:adapter: sqlite
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite.db

sqlite3:
:adapter: sqlite3
:dbfile: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db
:database: vendor/plugins/yaffle/test/yaffle_plugin.sqlite3.db

postgresql:
:adapter: postgresql
Expand Down

0 comments on commit 8a045e3

Please sign in to comment.