Validation library with type-safe schemas and rules https://github.com/dry-rb/dry-validation
Go to file
Piotr Solnica 768edb2c06
Use locales for acceptance macro message
2019-05-04 19:14:38 +02:00
benchmarks Add AR to the "form" benchmarks 2019-05-04 18:07:20 +02:00
bin Tune bin/console [ci skip] 2019-04-02 12:36:57 +02:00
config Use locales for acceptance macro message 2019-05-04 19:14:38 +02:00
examples rubocop --only Style/FrozenStringLiteralComment -a 2019-03-04 10:55:37 +01:00
lib Use locales for acceptance macro message 2019-05-04 19:14:38 +02:00
log Add deprecation warnings when type spec is missing 2016-06-19 19:00:40 +02:00
spec Add "acceptance" macro 2019-05-04 19:14:38 +02:00
.codeclimate.yml Update codeclimate to fetch config from devtools 2019-03-08 21:02:30 +01:00
.gitignore Remove .rubocop.yml from git 2019-04-02 12:02:36 +02:00
.rspec Initial commit 2015-07-23 18:25:10 +01:00
.travis.yml CI: Use 2.6.3 2019-04-18 21:10:30 +02:00
.yardopts Add basic YARD docs [ci skip] 2019-03-02 15:14:38 +01:00
CHANGELOG.md Update CHANGELOG [ci skip] 2019-04-26 15:00:58 +02:00
CONTRIBUTING.md Fix links in the contribution document 2017-07-08 18:55:13 +02:00
Gemfile Add AR to the "form" benchmarks 2019-05-04 18:07:20 +02:00
LICENSE Update LICENSE [ci skip] 2019-03-04 11:37:47 +01:00
README.md Update README [ci skip] 2019-04-01 11:59:39 +02:00
Rakefile Tweak spec task to run all existing extensions automatically 2019-04-26 13:32:06 +02:00
dry-validation.gemspec Grab dry-schema from github and update version dep 2019-04-30 10:55:23 +02:00

README.md

dry-validation Join the chat at https://dry-rb.zulipchat.com

Gem Version Build Status Code Climate Test Coverage Inline docs

Supported Ruby versions

This library officially supports following Ruby versions:

  • MRI >= 2.4
  • jruby >= 9.2

It should work on MRI 2.3.x too, but there's no official support for this version.

License

See LICENSE file.