timriley on add-0-19-0-changelog
Add changelog entry for 0.19.0 (compare)
timriley on add-0-19-0-changelog
Add changelog entry for 0.19.0 (compare)
timriley on add-0-19-0-changelog
Add changelog entry for 0.19.0 (compare)
timriley on update-docsite-for-component-dirs
timriley on master
Reference dry-system without co… Use component_dirs config in do… Merge pull request #160 from dr… (compare)
timriley on update-docsite-for-component-dirs
Reference dry-system without co… Use component_dirs config in do… (compare)
timriley on master
Avoid freezing components Thes… Add dirs to load path so earlie… Extract Identifier; support mix… and 2 more (compare)
timriley on support-component-dirs-with-mixed-namespaces
AND
get to grips with {something}
, I have a better understanding of {something}
than I did before
key(:foo).optional do ... end
class UserSchema < Dry::Validation::Schema
key(:age) do |age|
age.filled? & age.int? & age.gt?(18) & age.lt?(100)
end
end