CTRL+C to Webbrick server ignored

后端 未结 8 582
半阙折子戏
半阙折子戏 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:30

    For windows users, this was broken in more recent builds of rails (3.2+). Try using

    ruby script\rails server
    

    instead. More details here.

提交回复
热议问题