Heroku cedar stack, thin and eventmachine

妖精的绣舞 提交于 2019-12-02 21:08:47

问题


Do Heroku Cedar stack apps require thin and eventmachine in Gemfile?

gem 'thin'
gem 'eventmahine'

What about versions? On other stacks they were installed automatically?


回答1:


Yes, you need to specify any gem that you want to use on Cedar stack unlike on Bamboo which had preinstalled gems.

Go with whatever version your application needs,



来源:https://stackoverflow.com/questions/8362303/heroku-cedar-stack-thin-and-eventmachine

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!