sgruhier/capistrano-db-tasks

Does not play nice with DATABASE_URL env var

ktaragorn opened this issue · 3 comments

Active record recognizes DATABASE_URL env var and uses it instead of database.yml, however your gem doesnt. We are using the URL for RDS, setting it with dotenv, just fyi

👍

My try to resolve this issue: #54

@ktaragorn @donbobka PR #70 merged into master. It should resolve your issue. Reopen this issue if not, please.