From eed34e2251fbaa03d86402f7d80ecc3f8a62fb51 Mon Sep 17 00:00:00 2001 From: Bryan Bibat Date: Sun, 25 Jan 2015 14:02:54 +0800 Subject: Add tip for running binstubs on Windows [ci skip] The default command prompt under Windows doesn't run binstubs correctly while PowerShell needs to find the location of the Ruby interpreter for it to work properly. Passing the binstubs manually to the interpreter solves this problem. --- guides/source/getting_started.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guides/source/getting_started.md') diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 5945d48e98..a976969dae 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -193,6 +193,9 @@ following in the `blog` directory: $ bin/rails server ``` +TIP: If you are using Windows, you have to pass the scripts under the `bin` +folder directly to the Ruby interpreter e.g. `ruby bin\rails server`. + TIP: Compiling CoffeeScript and JavaScript asset compression requires you have a JavaScript runtime available on your system, in the absence of a runtime you will see an `execjs` error during asset compilation. -- cgit v1.2.3