CTRL+C to Webbrick server ignored

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

    Interesting experience (and good workaround for the next weeks):

    If you are under Ubuntu and use Guake for quick terminal access, you can launch

    rails s
    

    there. Ctrl + C reproducibly works there for me and stops the server.

    Hope I could help! :)

提交回复
热议问题