Speaking with my security hat on: This is a really nice library, but you also do the same validations server side right?
Great question. I would usually prefer server side validation, and with the nice integration that Rails provides between form errors and validations on the model, I am not sure how I can use this. Does anybody who uses a Rails stack combine both server side and client side validations?
This may be premature optimization for a lot of cases but for form heavy apps this could be a useful optimization.
Also saving a round trip to the server can make the UX seem snappier and overall give a better user experience.