Skip to content
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

@explainer

Description

@explainer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions