lanan
lanan

Reputation: 2752

How to get started with Backbone.js and Rails 3.1

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

Answers (2)

lanan
lanan

Reputation: 2752

Ended up using this gem for the integration.

Upvotes: 0

Paul
Paul

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

Related Questions