diff options
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.textile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile index 0da8a84b92..eb049aa357 100644 --- a/guides/source/contributing_to_ruby_on_rails.textile +++ b/guides/source/contributing_to_ruby_on_rails.textile @@ -72,6 +72,13 @@ 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> |