converting an app to backbone.js written in coffeescript for rails 3.1
I have a rails 3.0 app w/ lots of javascript (and xml data exchange).
I'm ready to convert it to backbone; I'd like to use coffeescript to make JS classes, etc, but I'm not sure how to go about *migrating* the existing app...
3
votes