我使用的是Rails 3.2和瘦服务器,但后者无法启动。好吧..。它开始但立即停止
rails s
=> Booting Thin
=> Rails 3.2.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
>> Thin web server (v1.3.1 codename Triple Espresso)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:3000, CTRL+C to stop
ExitingGem 'thin‘在Gemfile中
发布于 2012-09-04 14:39:03
我也有同样的问题。我使用的是faye-rails和瘦宝石,并且在config/routes.rb文件中有一条到faye的路由。我走出了路线,thin没有退出就开始了。
https://stackoverflow.com/questions/10604664
复制相似问题