Tagged Questions
0
votes
0answers
15 views
Heroku-postgres as test database for Rails
TL/DR: I need a way to run tests without dropping the target database.
I have two instances of a Heroku-Postgres database: 'app-dev' and 'app-test'.
I would like to use them for development and ...
0
votes
1answer
37 views
running rails spec tests on heroku postgres
I am trying to use a free heroku postgres instance to use as my test database, but I am running into a problem as the first step seems to be for minitest to drop the database, which heroku postgres ...