diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-16 22:04:25 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-16 22:04:25 +0530 |
commit | 7af8ee7658cfcade1fb9949830ca78a98a97a367 (patch) | |
tree | bde3a6f2cfac8bd58e1231826e94bcaf3f0b3cad /railties/guides/source | |
parent | ddc63fbbc145b349f20d65c8be76be8126a23477 (diff) | |
download | rails-7af8ee7658cfcade1fb9949830ca78a98a97a367.tar.gz rails-7af8ee7658cfcade1fb9949830ca78a98a97a367.tar.bz2 rails-7af8ee7658cfcade1fb9949830ca78a98a97a367.zip |
minor edits in getting started guide
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/getting_started.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 084ea6780d..c77bc93cfb 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -449,8 +449,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. |