Skip to content

Commit

Permalink
USe SQLite for dev DB
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Jan 8, 2015
1 parent 4e7fba0 commit df7e402
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/database.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# ActiveRecord::Base.configurations[:development] = {
# :adapter => 'sqlite3',
# :database => Padrino.root('db', 'itunes_store_transporter_web_development.db')
# }

ActiveRecord::Base.configurations[:development] = {
:adapter => 'mysql2',
:username => 'root',
:database => 'itunes_store_transporter_web_development'
:adapter => 'sqlite3',
:database => Padrino.root('db', 'itunes_store_transporter_web_development.db')
}

ActiveRecord::Base.configurations[:test] = {
Expand Down

0 comments on commit df7e402

Please sign in to comment.