You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I'd have to have a .env file in order for blueshift to setup my test database. Running RAILS_ENV=test rake pg:schema:load won't actually do anything against my test db as blueshift, nor dotenv doesn't know about Rails, nor should they.
The text was updated successfully, but these errors were encountered:
Right now I'd
have
to have a.env
file in order for blueshift to setup my test database. RunningRAILS_ENV=test rake pg:schema:load
won't actually do anything against my test db as blueshift, nor dotenv doesn't know about Rails, nor should they.The text was updated successfully, but these errors were encountered: