judgegem / judge

Client-side form validation for Rails
MIT License
256 stars 41 forks source link

Backbone.Model#validate compatibility #4

Closed joecorcoran closed 12 years ago

joecorcoran commented 12 years ago

I'm thinking that using Judge to validate Backbone.js models would actually be pretty easy and really nice to have. Possibly as a extension so that people who don't use Backbone don't have to load it...

joecorcoran commented 12 years ago

Decided to put this into an extension rather than in the core gem. I still think it would be useful but it's a fairly niche concern given the many competing JS frameworks right now.