Skip to content

Commit

Permalink
Reverted config/database.yml
Browse files Browse the repository at this point in the history
Change to MYSQL from sqlite caused undeclared dependency.
  • Loading branch information
joanwolk committed Feb 15, 2011
1 parent 0608b8a commit 3e39b16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/database.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: mysql
database: scavdb_dev
user: root
password:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000

Expand Down

1 comment on commit 3e39b16

@clararaubertas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably each have our own working copies of this... in my latest commit I took this file out of git (it's in .gitignore, so we can each keep a copy with our own working copy info) and replaced it with sample_database.yml for new users.

Please sign in to comment.