要使用瘦服务器运行 Rails,我通常将thin
gem 添加到Gemfile
,然后运行bundle install
,然后重新启动我的开发服务器。
但是现在它不起作用,我该如何调试这种行为?
我的意思是这不起作用:
=> Booting WEBrick
=> Rails 3.1.3 application starting in development on http://0.0.0.0:3001
=> Call with -d to detach
=> Ctrl-C to shutdown server
我正在使用Zeus
gem,这有关系吗?我重新启动了zeus
服务器。