test_track icon indicating copy to clipboard operation
test_track copied to clipboard

Upgrade to latest version of Puma and revisit configuration

Open samandmoore opened this issue 7 years ago • 1 comments

Currently, we don't have a Procfile for deployments to heroku, so heroku will use the default configuration for running the web server.

That's probably good though because the current version of our config/puma.rb probably isn't really heroku compatible. We should consider dropping in a different version of that file or removing it altogether if it's not really needed.

samandmoore avatar Nov 02 '16 22:11 samandmoore

config/puma.rb is now compatible with Heroku.

jmileham avatar Mar 30 '17 13:03 jmileham