aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/development_dependencies_install.md
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-14 15:15:03 -0500
committerGitHub <noreply@github.com>2016-12-14 15:15:03 -0500
commit1f0fe334f577479ad524cb990bef4454585857c0 (patch)
treeb5d5ad8038c76ae79762b763c4f586163fa837b6 /guides/source/development_dependencies_install.md
parent4ae8595ca25045dd216d9a25e0cdf57da0b9a1ec (diff)
parent7d62e27dd5f12a274fc6a43ae6ca11174f16d7d8 (diff)
downloadrails-1f0fe334f577479ad524cb990bef4454585857c0.tar.gz
rails-1f0fe334f577479ad524cb990bef4454585857c0.tar.bz2
rails-1f0fe334f577479ad524cb990bef4454585857c0.zip
Merge pull request #27358 from utilum/27347
Mention JS Runtime dependency in dev dependencies guide [ci skip].
Diffstat (limited to 'guides/source/development_dependencies_install.md')
-rw-r--r--guides/source/development_dependencies_install.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 20cd34c182..16c7e782bc 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -162,6 +162,10 @@ $ cd actionpack
$ bundle exec ruby -Itest path/to/test.rb -n test_name
```
+### Railties Setup
+
+Some Railties tests depend on a JavaScript runtime environment, such as having [Node.js](https://nodejs.org/) installed.
+
### Active Record Setup
Active Record's test suite runs three times: once for SQLite3, once for MySQL, and once for PostgreSQL. We are going to see now how to set up the environment for them.