Conversation
Move from specific `Rack::Handler::WEBrick` to more generic `Rackup::Handler.default`. This chooses the best available handler automatically. If more handlers are available, `RACKUP_HANDLER` environment variable could be used to override the default. ATM, Gemfile still specifies WEBrick, so this is the one which will be used. But replacing WEBrick by Puma should be as easy as updating the `Gemfile`
|
Hi, @voxik. Thanks for your continued work on this! |
|
This got broken by #255. Now the question is how to proceed. I'll likely update the PR so the "Rackup" branches use the generic |
Move from specific
Rack::Handler::WEBrickto more genericRackup::Handler.default. This chooses the best available handler automatically. If more handlers are available,RACKUP_HANDLERenvironment variable could be used to override the default.ATM, Gemfile still specifies WEBrick, so this is the one which will be used. But replacing WEBrick by Puma should be as easy as updating the
GemfileThis is followup to #244 and this idea comes from this discussion