Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

dry-validations

 dry-validations

Avatar for Krzysztof Wawer

Krzysztof Wawer

September 23, 2016
Tweet

More Decks by Krzysztof Wawer

Other Decks in Programming

Transcript

  1. Our API • Roda • ROM (Ruby Object Mapper) •

    JSON API standard (http://jsonapi.org)
  2. Predicate Logic • and ( & ) • or (

    | ) Dry::Validation.Schema do required(:age) { int? & gt?(18) } end