diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2017-05-30 09:10:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 09:10:02 -0500 |
commit | 53c8dff33b2d68a9824efd19f431bb0e5f64d23a (patch) | |
tree | 4572b531a6a1a2ccfa4e6609aaf64a6c801ac3b9 /guides/source/getting_started.md | |
parent | 3fbe657e9b65814b3837fd13628e7a812dc0a0ea (diff) | |
parent | 6cc153959ac04a39d4081a2cf23e1ff83c4efe3b (diff) | |
download | rails-53c8dff33b2d68a9824efd19f431bb0e5f64d23a.tar.gz rails-53c8dff33b2d68a9824efd19f431bb0e5f64d23a.tar.bz2 rails-53c8dff33b2d68a9824efd19f431bb0e5f64d23a.zip |
Merge pull request #29285 from SamSaffron/remove_therubyracer
Replace therubyracer with mini_racer
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 5553f08456..21bd4a3d7a 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -208,7 +208,7 @@ 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. Usually macOS and Windows come with a JavaScript runtime installed. -Rails adds the `therubyracer` gem to the generated `Gemfile` in a +Rails adds the `mini_racer` gem to the generated `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 the `Gemfile` in apps generated under JRuby. You can investigate |