Robert Nubel
Robert Nubel
Can you explain what error you're seeing? [This test](https://github.com/ruby-grape/grape/blob/c6446079f89f0973ee60814c6101bb29b15fb02d/spec/grape/validations/params_scope_spec.rb#L490) looks to me to be doing what you describe.
Yeah, like @birbird noted, #1039 added support for custom primitive types (i.e., something that can be parsed from a single string parameter) whereas this story requires support for complex types....
Does removing `default: nil` for both params change the behavior?
Hey, sorry for the delay in responding. We already have a config key, `dump-file`, to indicate where DB dumps (aka structure.sql) go, but what we don't have is a flag...