If you install Ruby on Rails 3.1 the gem execjs gets installed by default. I excluded CoffeeScript, because I thought it needed execjs, but execjs wants to be installed anyway.
Is execjs now a requirement for Ruby on Rails applications or is there a way to exclude this gem from an installation?
If you install Ruby on Rails 3.1 the gem execjs gets installed by default.
Share
If you comment out all gems relating to the asset pipeline from the Gemfile then execjs will not be installed (and this should work fine in production).