Another newbie moment- I am trying to run a local server in cloud 9 IDE. It seems that I already have another server running. I tried to kill it using : rake tmp:clear
That didn't seem to work.
Here is the message I am getting :
=> Booting Puma
=> Rails 5.0.0.rc2 application starting in development on http://0.0.0.0:8080
=> Run rails server -h
for more startup options
A server is already running. Check /home/ubuntu/workspace/sample_app/tmp/pids/server.pid.
Exiting
As always, thanks in advance for your help.
J