codebrew / backbone-rails

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

Support upgrading to jquery-rails 2.2.0 (jQuery 1.9) #144

Closed mrwade closed 10 years ago

abuiles commented 11 years ago

@ryanfitz maybe could you have a look at this one :)?

sbkok commented 11 years ago

+1 on upgrading to jquery-rails 2.2.0. However, you cannot assume that upcoming major version changes are supported directly. I would suggest just updating the version using '~> 2.2.0' instead of the commit attached to this pull request.

westonplatter commented 10 years ago

@mrwade applied changes similar to yours in https://github.com/westonplatter/railsy_backbone.

manusajith commented 10 years ago

this is now fixed in mater Thanks @mrwade