Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validations on save() should only be run on the server #20

Open
mpaulucci opened this issue Nov 1, 2013 · 1 comment
Open

Validations on save() should only be run on the server #20

mpaulucci opened this issue Nov 1, 2013 · 1 comment

Comments

@mpaulucci
Copy link
Contributor

If the validations are complex and have many 'query' calls, the validations are slow on the client. Doesn't make sense on a performance basis.

If the user needs validations to be run on the client, he can run them manually with validate().

@facundoolano
Copy link
Member

Maybe we can add an alternate serverValidations or something like that. I like the possibility of running validations on both sides upon save.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants