Skip to content

Commit

Permalink
minor edits in getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jan 16, 2012
1 parent 39d4878 commit 48f9835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/getting_started.textile
Expand Up @@ -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.
Expand Down

0 comments on commit 48f9835

Please sign in to comment.