Skip to content

Instantly share code, notes, and snippets.

@afian
Created January 16, 2015 15:22
Show Gist options
  • Save afian/d77353190186d4dc81b9 to your computer and use it in GitHub Desktop.
Save afian/d77353190186d4dc81b9 to your computer and use it in GitHub Desktop.
Using thin web server on Heroku
http://mattmazur.com/2012/01/18/how-to-switch-your-cedar-heroku-app-from-webrick-to-thin/
Add gem 'thin' to your Gemfile:
Bundle install
Add a Procfile to your root directory to instruct Heroku to use Thin instead of Webrick:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment