Rails Update to 3.2.11 breaks running multiple servers
问题 Our application runs two Rails servers at different ports that talk to each other. Using Rails 3.2.8, I could open a terminal, cd to the project, run rails s -p3000 , open another terminal, run rails s -p3001 and everything worked fine. The gemfile contains thin , so thin would be launched automatically, but using the rails s would allow using the --debugger when needed. Since updating the Rails 3.2.11 this no longer works. I get an error: "A server is already running. Check /home/george