- Add the option -skip-coffee to rails new command
- If you have already created the project
- Remove gem 'coffee-rails' from Gemfile
- Add config.generators.javascript_engine = :js to application.rb
If you have already created the view files,
- Change extension of .js.coffee files to .js
- Clear the tmp cache with rake tmp:cache:clear