Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
@jcagarcia Thanks. Before we close we should be sure that 1) it was broken when the bug was reported (whichever version shipped last by Jan 14, 2021), 2) that we...
@timjnh asked for this feature again in #2358, anyone wants to try to take it on?
Thanks for the detailed explanation! I don't love copying instance variables at all because modifying them will not work across copies, so I think fixing `self` is the way to...
Yep, closing with https://github.com/ruby-grape/grape/pull/1811.
Thanks for the deep dive! If you compare this behavior with `version`, then it looks different: a `version` declaration in `AuthController` would take precedence over the declaration in `PublicApi`, won't...
I think you're completely correct on all the points above. So, is the problem in this issue correctly formulated or do we need to edit it? What's the tl;dr of...
I renamed this to "Change behaviors of rescue_from to not depend on mount order", lmk if this can be improved. > So my question now is... do we want to...
Maybe @wowinter13 wants to try it out from HEAD?
Still looking for someone to pickup this issue and write some (failing) specs to start!
Thanks for the repro! I bet `mount` copies/wires up a lot of things and helpers aren't one of those things. Hope you/someone can narrow it down and fix it!