CTRL+C to Webbrick server ignored

后端 未结 8 585
半阙折子戏
半阙折子戏 2021-01-04 12:51

In the past, I could exit my rails application launched using webbrick using CtrlC. At some point in development, this functionality broke ( Ctrl<

8条回答
  •  礼貌的吻别
    2021-01-04 13:36

    I had the same issue with an application. It would seem that the issue is not with the authlogic gem but with the ":git" option. My entry causing webrick & mongrel to stop responding to Ctrl+C was

    gem 'globalize3', :git => 'git://github.com/refinerycms/globalize3.git'
    

提交回复
热议问题