Daniel (dB.) Doubrovkine

Results 3356 comments of Daniel (dB.) Doubrovkine

Another thought, since `User.first.errors.messages` is producing the exception, maybe the "right way" is to avoid the exception altogether?

Looks like a non-feature of supporting two `given` blocks with the same key? Turn this into a spec, maybe implement/fix?

I would say spec/grape/validations/params_scope_spec.rb has most of the `given` specs.

Adding context to the errors would make total sense, looking forward to a PR.

Which one of you is attempting a pull request @xevix @jmondo @RooTooZ ?

I understand the problem. I am looking at you (or other people with this problem) to write a spec and implement a fix.

Try writing a spec for what you intend to see @AaronBaldwin ?

Do you have a real world scenario for something like this that you'd like to share?

Yes, this makes sense. I wonder though whether the entire group should be made optional vs. required, so `requires :car` instead of `:use`. Another variation that seems like a more...