platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

potassium install mailer does not update compose and .env.development files #358

Open rjherrera opened 3 years ago

rjherrera commented 3 years ago

While the recipe works correctly on creation, something weird happens when installing it afterwards. The mailer recipe relies on the background processor one, and while it should install everything necessary for the sidekiq config (compose, procfile, env vars, config, etc.) it does it partially.

I tried this in v6.2.0 and the compose file and .env.development were untouched.