Closed JohnRiv closed 10 years ago
+1
you should also fix backbone sync rails, because currently on bb 1.0, the sync overrides are broken
yep, sync override is borken.
what about the paramRoot?
+1
+1
@andrei4002 @TomK32 I have PR #140 open that covers the Backbone.sync wrapping for CSRF and paramRoot. I've been using it in production with no issues.
+1
Honestly, this break was a blessing in disguise. I've since removed the gem completely from my rails app and do it all from scratch. Works like a predictable charm now.
+1
+1
waiting for submission
In case anyone is looking for a Backbone 1.0.0 gem, I started one to mimic this project but also plan to have more robust JS testing for integrations testing future Backbone versions and jquery-rails. https://github.com/westonplatter/railsy_backbone.
:+1:
The master branch is now updated with the latest version of Backbone and Underscore. Thanks all for the contributions.
Includes version bump for Mocha gem so tests continue to pass.
This essentially fixes issue #153