Reputation: 2752
I am trying to learn both Rails and Backbone.js at the same time. I have completed tutorial here: http://ruby.railstutorial.org/ and now I am trying to get started with Backbone.js. I planning on using Sprockets for assets packaging but for right now I cant figure out where to put the Backbone.js framework source code itself. I feel like I am missing something obvious here.
Upvotes: 2
Views: 918
Reputation: 18597
There's a couple resources I recommend.
Backbonescreencasts.com has a screencast on integrating Rails and Backbone.
Thoughtbought also has an ebook on Rails and Backbone.
The BackboneFu website has a page that lists resources for building Backbone apps.
Upvotes: 3