I’m using Aptana Studio and have 2 terminals up, one for commands, the other for the server. When I run the rails server (rails s), do whatever I need and than stop it. It stays up as if I didn’t turn it off. I’m using a PostgreSQL database on Windows 7. Anyone else have this issue?
Maybe it’s not a rails issue but a Windows one. If it’s the latter, how would I fixed this?
It’s not rails issue it also happen to me on ubuntu 12.10 what i do if i want to restart rails server is to kill the process manually in ubuntu
in windows it will be easier just kill the process from the task manager