codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

Not working on rails 4.2.1 #191

Open guiltry opened 9 years ago

guiltry commented 9 years ago

First, it's not updated on rubygems server so instead of this

gem "rails-backbone"

you should use this

gem "rails-backbone", "1.1.2", git: "https://github.com/codebrew/backbone-rails.git"

Second, Example usage isn't work either.

Thanks.