We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not all that familiar with Ruby, but the general consensus I've seen is that webrick isn't good. Heroku recommends Unicorn (https://devcenter.heroku.com/articles/rails-unicorn).
It looks like it shouldn't be too hard to setup, but I could be wrong there.
The text was updated successfully, but these errors were encountered:
Passenger might be another option. I'll keep this on the backburner, since webrick seems to work fine for now.
Sorry, something went wrong.
Heroku may also be using Thin. The git commit dialog talks about webrick, but the actual logs make it look like thin.
Probably doesn't matter as long as things keep working.
No branches or pull requests
I'm not all that familiar with Ruby, but the general consensus I've seen is that webrick isn't good. Heroku recommends Unicorn (https://devcenter.heroku.com/articles/rails-unicorn).
It looks like it shouldn't be too hard to setup, but I could be wrong there.
The text was updated successfully, but these errors were encountered: