How to stop rails server?
A lot of times you will leave the rails server running in the background and face this TCPServer Error: Address already in use Now normally you want to use Ctrl+C to shutdown the server,but there are other ways too. You can get the PID of the pr...
Aug 27, 20211 min read51
