aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile7
1 files changed, 0 insertions, 7 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile
index 128a968f69..6416b75185 100644
--- a/guides/source/contributing_to_ruby_on_rails.textile
+++ b/guides/source/contributing_to_ruby_on_rails.textile
@@ -72,13 +72,6 @@ Also, SQLite3 and its development files for the +sqlite3-ruby+ gem -- in Ubuntu
$ sudo apt-get install sqlite3 libsqlite3-dev
</shell>
-Some tests use "execjs":https://github.com/sstephenson/execjs and require JavaScript runtime to be installed. Node.js is the easiest one to install:
-
-<shell>
-$ sudo apt-get install nodejs
-</shell>
-
-
Get a recent version of "Bundler":http://gembundler.com/:
<shell>