An Intro to dry-schema in Ruby
Data structure and type validations are so essential in modern Rails apps. You’ve probably used Active Model validations and strong parameters, but did you know there is a better way? This article introduces the dry-schema gem—a faster alternative to the defaults! https://www.honeybadger.io/blog/ruby-dry-schema/
Post a comment