How to stop (and restart) the Rails Server?

command-line, restart, ruby-on-rails, terminal

Solution

Press `Ctrl+C`

When you start the server it mentions this in the startup text.

Problem

I'm following the instructions here http://railsinstaller.org/mac to get up and running with Rails on a Mac running OS X 10.8.2 At step 8 I'm asked to restart Rails server but how? I'm assuming via a command line, but from within the already open ruby terminal window or a new one?

Original source

Related problems