aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2016-12-14 16:08:44 +0100
committerutilum <oz@utilum.com>2016-12-14 16:08:44 +0100
commit7d62e27dd5f12a274fc6a43ae6ca11174f16d7d8 (patch)
tree0381528eeed8b9f235ccee58ff7563fa571ba52f /guides
parente3e663f1dc40a5cfae9ec60e32f5372cd7f9885b (diff)
downloadrails-7d62e27dd5f12a274fc6a43ae6ca11174f16d7d8.tar.gz
rails-7d62e27dd5f12a274fc6a43ae6ca11174f16d7d8.tar.bz2
rails-7d62e27dd5f12a274fc6a43ae6ca11174f16d7d8.zip
Mention JS Runtime dependency in dev dependencies guide [ci skip].
Diffstat (limited to 'guides')
-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.