Validation library with type-safe schemas and rules https://github.com/dry-rb/dry-validation
Go to file
Piotr Solnica d61ab78202
Fix bin/console
2020-11-23 18:56:38 +01:00
.devtools/templates [devtools] sync configs 2020-01-18 11:15:33 +00:00
.github [devtools] sync 2020-10-08 17:52:58 +00:00
benchmarks rubocop -a 2020-03-10 20:13:41 -07:00
bin Fix bin/console 2020-11-23 18:56:38 +01:00
config Use locales for acceptance macro message 2019-05-04 19:14:38 +02:00
docsite/source adds support of explict argument for #rule_error? method 2020-10-06 19:46:23 +03:00
examples correct the code in some of the examples 2020-09-17 00:04:46 +03:00
lib adds check that it is not schema error for rule_error? method 2020-10-08 15:03:49 +03:00
log Add deprecation warnings when type spec is missing 2016-06-19 19:00:40 +02:00
spec adds check that it is not schema error for rule_error? method 2020-10-08 15:03:49 +03:00
.gitignore Remove bin/ from .gitignore 2020-10-20 11:10:33 +03:00
.rspec [devtools] config sync 2019-12-28 13:01:23 +00:00
.rubocop.yml [devtools] sync 2020-09-26 15:19:04 +00:00
.yardopts Update .yardopts [ci skip] 2019-05-05 10:14:40 +02:00
CHANGELOG.md [devtools] sync 2020-11-11 11:06:04 +00:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-11-30 11:06:25 +00:00
CONTRIBUTING.md [devtools] sync 2020-01-23 10:25:06 +00:00
Gemfile Revert "Rely on dry-schema from master for now" 2020-03-11 14:04:20 +01:00
Gemfile.devtools [devtools] sync 2020-06-17 06:21:00 +00:00
LICENSE [devtools] sync configs 2020-01-04 22:36:55 +00:00
README.md [devtools] sync 2020-11-19 11:51:00 +00:00
Rakefile rubocop -a 2020-03-10 20:13:41 -07:00
changelog.yml [devtools] update changelog.yml from 658bc27a2a 2020-11-11 11:06:04 +00:00
dry-validation.gemspec [devtools] sync 2020-10-08 17:52:58 +00:00
project.yml Bump dry-schema dep in the project.yml 2020-09-04 09:31:31 +02:00

README.md

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

Gem Version CI Status Codacy Badge Codacy Badge Inline docs

Supported Ruby versions

This library officially supports the following Ruby versions:

  • MRI >= 2.5
  • jruby >= 9.2

License

See LICENSE file.