flash-gordon on master
Add more predicates to mapping (compare)
timriley on rich-component-dirs-config
Use base Dry::Container missing… (compare)
timriley on rich-component-dirs-config
Make load_component easier to u… (compare)
dry-bot on master
[devtools] sync (compare)
flash-gordon on master
Make predicate inference truly … Update changelog.yml (compare)
flash-gordon on custom-builder-methods
Support for custom builder meth… (compare)
flash-gordon on or_nil-extension
Add Type#or_nil via builders ex… (compare)
dry-bot on master
[devtools] sync (compare)
flash-gordon on master
Fix changelog (compare)
dry-bot on master
[devtools] sync (compare)
flash-gordon on master
Update changelog.yml Add reminder (compare)
flash-gordon on deprecate-class-name-inferring
flash-gordon on master
Deprecate predicate inferring f… Merge pull request #414 from dr… (compare)
name.unique_within_account?(account_id)
def unique_within?(first, second, the_value)
name.unique_within?(“foo”, “bar”)
, first
would be ”foo”
, second
would be ”bar”
def scoped_unique?(attr_name, scope, value)
.filled(prdicate_name?: :args_go_here)
so… if there are two args`.filled(prdicate_name?: :args_go_here)
would it be:
`.filled(prdicate_name?: [:arg1, :arg2])