When I am starting rails server using rails s command it is showing A server is already running. Check C:/Sites/folder/Pids/Server.pids
rails s
A server is already running. Check C:/Sites/folder/Pids/Server.pids
Whe
It happens when you kill your server process and the pid file was not updated. The best solution is to delete the file Server.pid.
Use the command
rm