- Remove or comment out
gem 'coffee-rails'fromGemfile. - Change Javascript files that ends with
.js.coffeeto.js. - Add
config.generators.javascript_engine = :jsto your application.rb. - Make sure your
tmpcache is cleared withrake tmp:cache:clear