Skip to content

rom-rb/rom-model

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

rom-model

Gem Version Build Status Dependency Status Code Climate Test Coverage Inline docs

This is a set of extensions for PORO objects to help in data coercion and validation. It was extracted from rom-rails and for now it uses Virtus and ActiveModel.

The package includes:

  • ROM::Attributes for defining input attributes with types and coercion rules
  • ROM::Validator a standalone validator object extension built on top of ActiveModel::Validations with additional features like nested validators

Future Plans

It is very likely this gem will be deprecated. For now please consider using dry-validation along with dry-types instead of rom-model. We may integrate rom-model with these libs to provide persistence-related features for dry-validation, or just abandon rom-model completely. Time will tell.

Installation

Add this line to your application's Gemfile:

gem 'rom-model'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rom-model

License

See LICENSE file.

About

A small collection of extensions useful for data coercion and validation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages