sporkd / html5-rails

Generate Html5 Boilerplate for your Rails apps!
https://github.com/sporkd/html5-rails
MIT License
239 stars 33 forks source link

allow jquery-rails >= 1.0.19, including 2.X.X #13

Closed ralph closed 12 years ago

ralph commented 12 years ago

Rails 3.2 is out since a week or so, and depends on jquery-rails 2.0.0 (afaik the rc versions were fine with jquery-rails 1.0.X). So html5-rails depending on jquery-rails 1.0.X breaks Rails 3.2 compatibility. So please pull this patch to reestablish Rails 3.2 compatibility. A newly released would also be nice, so that we don't have to depend on the Github repository :)

ralph commented 12 years ago

Oh snap, it seems like this is a duplicate of #12. Should have checked existing issues first. I apologize!