thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Added the ability to handle a database url in database.yml #178

Open fearoffish opened 4 years ago

fearoffish commented 4 years ago

Some of my clients use the url key in their database.yml file, so I added that as an option.

fearoffish commented 4 years ago

Maybe I should add a spec that does the same as one of the others, but uses the url instead?