Rails 3.1: Do I need to use CoffeeScript?
Do I need to use CoffeeScript instead of JS in a Rails 3.1 app? The same goes for SASS and CSS开发者_如何学编程.
thanks
No you don't. Just remove the coffeescript and sass gems in the Gemfile and you are good to go.
精彩评论