Skip to content

Releases: johnTurknett/dry_generators_rails

Validation Params

17 Feb 06:03
79c6fd0

Choose a tag to compare

You can now supply an array of params to the dry:validation generator.

See rails g dry:validation --help for full details.

Monad

16 Feb 23:28
c2722cc

Choose a tag to compare

Now has the ability to generate dry-monads.

Struct

16 Feb 18:05
e543e95

Choose a tag to compare

Now has the ability to generate dry-struct classes.

Validation

16 Feb 14:19
56fcd5d

Choose a tag to compare

The validation generator now includes the generation of specs/tests.