aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-16 22:04:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-16 22:07:49 +0530
commit48f9835bf5eb413fad9fdc68e505a614587adf60 (patch)
treef2de554704069e09ec43db68d0a12904a3ce23ad
parent39d4878a719550452b4d467dc441b5a937a1e624 (diff)
downloadrails-48f9835bf5eb413fad9fdc68e505a614587adf60.tar.gz
rails-48f9835bf5eb413fad9fdc68e505a614587adf60.tar.bz2
rails-48f9835bf5eb413fad9fdc68e505a614587adf60.zip
minor edits in getting started guide
-rw-r--r--railties/guides/source/getting_started.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index c3141c4435..8f2fa47c8b 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -452,8 +452,8 @@ $ rails server
TIP: Compiling CoffeeScript to JavaScript requires a JavaScript runtime and
the absence of a runtime will give you an +execjs+ error. Usually Mac OS X
-and Windows come with a JavaScript runtime installed. +therubyracer+ gem is
-added commented to Gemfile for new apps and you can uncomment if you need it.
+and Windows come with a JavaScript runtime installed. Rails adds the +therubyracer+ gem
+to Gemfile in a commented line for new apps and you can uncomment if you need it.
+therubyrhino+ is the recommended runtime for JRuby users and is added by default
to Gemfile in apps generated under JRuby. You can investigate about all the
supported runtimes at "ExecJS":https://github.com/sstephenson/execjs#readme.