openstax / exchange

OpenStax Exchange
Other
5 stars 5 forks source link

Change db config to use postgresql for development and tests #30

Closed karenc closed 9 years ago

jpslav commented 9 years ago

@nathanstitt can you review since you did this before for Tutor?

will target merge for just after this sprint ends.

nathanstitt commented 9 years ago

Looks great!

karenc commented 9 years ago

I've removed the psql line for creating the test database and instead use "rake db:create" and "rake db:schema:load".