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?
Having a hard time figuring out how to make SASS, not SCSS, as the default for stylesheets. I ve tried making a sass_config.rb file with this: Sass::Plugin.options[:syntax] = :sass Sass::Plugin....