This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Support more app servers than simply 'rails server' #7
Open
Description
We need to be able to support other ruby web servers, like Puma, Thin, etc. There is a method for monkey patching which works (thanks @votiakov), but it is hardly a method to use in a product sense.
I suggest adding something to config/initializers/hyperloop.rb that allows a developer to list a set of servers to use. That way, debugging and development could use 'rails server' as it currently does, but also support others in the list above for production use, when a daemon install is important.
Metadata
Metadata
Assignees
Labels
No labels