codebrew / backbone-rails

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

Remove jquery-rails version requirement #160

Closed alexmreis closed 11 years ago

alexmreis commented 11 years ago

Don't see why it should specify a jQuery version. I've been using jquery-rails 2.2.1 and 3.0.0 without any issues with backbone 0.9.10

tonyc commented 11 years ago

Just ran into this with a new Rails 4 app.. would like to see this included :)

westonplatter commented 11 years ago

@tonyc - small github.

@ryanfitz +1. What needs to be done in order for the jquery-rails dependency to be adequately addressed? I'd like to solve this for one of client's apps.

westonplatter commented 11 years ago

Put in a PR to fix jquery-rails 2.2.x compatibility with tests passing. https://github.com/codebrew/backbone-rails/pull/161.

westonplatter commented 11 years ago

Just FYI - I created a gem to fix this issue, and implement some of the features of backbone-rails, https://github.com/westonplatter/railsy_backbone.