No release in over 3 years
Low commit activity in last 3 years
Serializes ActiveRecord validations into JSON for use by rich-client apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

ar-validations-json

A library that serializes ActiveRecord validations into JSON, to be used by rich-client apps in helping them do some validation work before trying to send data to the Rails server.

The goal is to keep validation logic in one place -- the server -- while also allowing clients to know about that validation logic and use it for better user feedback and fewer wasted HTTP requests.