codebrew / backbone-rails

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

Make sync compatible with Rails' strong parameters #189

Open jarrett opened 9 years ago

jarrett commented 9 years ago

Sorry to change the sync monkey-patch so much. I didn't want to be more intrusive than necessary with this fix. But because Backbone's sync and save methods are so monolithic, there wasn't a way for me to address this issue with a more targeted patch.

reidcooper commented 8 years ago

bump

manusajith commented 8 years ago

thanks for the PR, I will have a look at this and merge it over this weekend. Sorry for the delay