Copied from my log file
ActionView::Template::Error (Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes.
I'm not planning on using execjs as a runtime for my application. How can I avoid this problem?
In my Gemfile I commented the following two lines out, but I had no effect:
# gem 'sass-rails', '~> 3.2.3'
# gem 'coffee-rails', '~> 3.2.1'