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