Is there a validation as a service? I want to centralize validations across all apps interacting with each other. The service accepts a context, a list of fields and their values, and return validation errors.
We have a Javascript a client or an ActiveRecord compatible gem...