Thillai Narayanan
Thillai Narayanan

Reputation: 4886

Rails 3.1 with jquery & backbone,js

Is there any turotial to use both backbone js and Jquery together with rails 3.1

Upvotes: 8

Views: 4192

Answers (4)

Jeff
Jeff

Reputation: 16041

I haven't seen anyone mention this tutorial yet, which I used to get started:

CloudEdit: A Backbone.js tutorial with Rails

... and part 2

Upvotes: 0

Bartosz Pietrzak
Bartosz Pietrzak

Reputation: 146

Here's an overview on using Backbone.js in Rails 3.1: http://codetunes.com/2012/01/03/backbone-js-rails-3-asynchronous-interfaces

Upvotes: 0

apneadiving
apneadiving

Reputation: 115531

There is a great gem to easy even more Backbone's integration: https://github.com/codebrew/backbone-rails

Upvotes: 3

Paul
Paul

Reputation: 18597

Yea, there are many tutorials.

BackboneScreencasts.com has some good screencasts.

Backbonefu.com has many good articles on using backbone.

Thoughtbot is making an ebook on integrating Backbone and rails.

And there are many other resources on the web.

Upvotes: 9

Related Questions