thoughtbot / parity

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

Restore support for ERB database.yml #187

Closed tdeo closed 3 years ago

tdeo commented 3 years ago

Fixes https://github.com/thoughtbot/parity/issues/186

erb templating is part of ruby standard library, so it could have been kept in https://github.com/thoughtbot/parity/commit/5704201d5bb7d8730e39e8f2767ae7964193a69d as it doesn't depend on bundler

tdeo commented 3 years ago

Thanks for the reactivity on the issue - any idea when that would be released / in the ubuntu ppa ?

geoffharcourt commented 3 years ago

@tdeo I don't work at thoughtbot any longer and don't have access to the Ubuntu packages, but I'll reach out to some folks and ask how. You can install Parity as a gem in your project (or a global gem) if you need to get this functionality immediately.

I will try to cut a gem release this week, I want to see if #182 will make it in.