Skip to content

TheRealNeil/unit_validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitValidator

UnitValidator provides a rails model validator using ruby-units to detect valid units of measurement

Installation

Just add this to your Gemfile:

gem 'unit_validation'

and run

bundle install

Usage

Put something like this in your models:

validates :height, :unit => true
validates :count, :unit => {:allowed_types => :unitless}
validates :width, :unit => {:allowed_types => [:mass, :length]}

About

A Rails Validation class for ruby-units

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 94.3%
  • JavaScript 3.1%
  • CSS 2.6%