nickjj / orats

Opinionated rails application templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The puma restart_command might be incorrect, potential solution is here

nickjj opened this issue · comments

I don't want to make a release for this fix alone but you may need to change this in config/puma.rb in order to get puma to reload (USR2) correctly. It's already fixed in master and will be in v0.9.3.

For now you can change:
restart_command 'bundle exec puma'

To:
restart_command 'bin/puma'

I am deploying to a self compiled version of ruby (no manager) and bin/puma works correctly.

Fixed in v0.9.3. Check the release notes.