aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:15:55 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:15:55 +0530
commit3b55b7fe7c6102ac705246eff229d5c7f96536f7 (patch)
treebe5a73563cd35d9c9b2a4f93a99e6d74238e6035 /guides/source/contributing_to_ruby_on_rails.textile
parent32664e746377113174cfe24ca3627e983c4b2972 (diff)
downloadrails-3b55b7fe7c6102ac705246eff229d5c7f96536f7.tar.gz
rails-3b55b7fe7c6102ac705246eff229d5c7f96536f7.tar.bz2
rails-3b55b7fe7c6102ac705246eff229d5c7f96536f7.zip
Revert "Add a note about JavaScript runtime"
This reverts commit d63b69ba7f2b9111aeb04b50884949c2a4b6e584.
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.textile')
-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>