Can't stop rails server

前端 未结 27 2135
别跟我提以往
别跟我提以往 2020-12-04 05:12

I am new to rails and I am using an ubuntu machine and the rubymine IDE. The problem is that I am unable to stop the rails server. I tried to stop the server by killing the

27条回答
  •  粉色の甜心
    2020-12-04 05:23

    Follow these steps:

    1. open your project
    2. select in tmp folder
    3. select pids folder
    4. delete server.pid file
    5. now start your rails server

提交回复
热议问题