In my Gemfile I have:
gem 'thin'
But when I push my application to Heroku Cedar, WEBrick is still used ("Booting WEBrick" in logs).
Where might be a problem?
|
In my Gemfile I have:
But when I push my application to Heroku Cedar, WEBrick is still used ("Booting WEBrick" in logs). Where might be a problem? |
|||
|
|
|
You just need to create a
Push that to Heroku and you'll be all set. |
||||
|