Reputation: 9925
I have just started learning Rails, is it required for me to learn CoffeeScript as well? Where it becomes useful?
Upvotes: 1
Views: 564
Reputation: 12273
You do not need to know coffeescript to learn rails. While Coffeescript is the default as of rails 3.1 you can change it to use pure javascript instead. To do so:
Upvotes: 5