Skip to content

Commit 00fb989

Browse files
committed
Add a workaround for killing rails server on Windows without a pause/break key
1 parent a4115f9 commit 00fb989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/installfest/create_and_deploy_a_rails_app.step

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ message <<-MARKDOWN
6464
* Back in the Terminal window where you ran <code>rails server</code>, type **Control-C** (don't type this into the console, but hold the Control and C keys at the same time) to kill(stop) the server.
6565

6666
MARKDOWN
67-
important "On Windows, sometimes Control-C doesn't work. In that case, look for the key called 'Break' or 'Pause' and press Control-Break, then answer Y at the prompt."
67+
important "On Windows, sometimes Control-C doesn't work. In that case, look for the key called 'Break' or 'Pause' and press Control-Break, then answer Y at the prompt. If there is no Pause/Break key on your keyboard, you can run `ruby script/rails server` instead of `rails server` which should allow Control-C to stop the server."
6868
end
6969

7070
step "Generate a database model" do

0 commit comments

Comments
 (0)