No commit activity in last 3 years
No release in over 3 years
A collection of common validation rules
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.9
 Project Readme

validation_rules gem

A collection of commonly used Ruby validation rules

gem "validation_rules", "~> 1.0.5"

No documentationn yet, use http://rubydoc.info/gems/validation_rules/1.0.5/frames

Change log:

1.0.5

  • Changes the way numeric works. It no longer only looks for just integers. It now supports floats, decimals and numeric strings.
  • Added numeric check to numeric_min, numeric_max, positive, negative and range