codebrew / backbone-rails

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

Support Backbone 1.2 #193

Closed softcraft-development closed 9 years ago

softcraft-development commented 9 years ago

Backbone 1.2 just came out:

https://github.com/jashkenas/backbone/releases/tag/1.2.0

It's been a while since backbone-rails has been touched; does anyone have an idea when the 1.2 upgrade will be available?

softcraft-development commented 9 years ago

I did a quick-and-dirty upgrade in my own fork: https://github.com/codebrew/backbone-rails/pull/194

I'm not sure if what I did follows your usual upgrade procedures, but it does seem to work well enough in my initial testing.

Note: in addition to rolling the gem version number, I changed the gem name in the gemspec to match the repo name. Without this, bundler failed when trying to install the gem from a github source.

manusajith commented 9 years ago

@softcraft-development will update this weekend.

manusajith commented 9 years ago

@softcraft-development 1.2.0 is now in rubygems