-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix grape mounted helpers inheritance #2628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
|
Just a changelog entry and this PR is good :) |
|
I have issues with helpers usage inside UPD: Yep, I've tested the branch in our project, success. UPD2: Thank you for your fix. I hope a new release will be soon. |
c54fa8e to
fa41911
Compare
build_helpers was moved to be called before inherit_settings was called, resulting in parent helpers missing in child endpoints. This moves helpers build to load while initializing.
fa41911 to
f952271
Compare
|
@ericproulx changelog added to 3.1, is it the right place? |
|
I’ll probably cut a 3.0.1 releaseOn 21 Nov 2025, at 11:40, Ricardo Giorni ***@***.***> wrote:giorni left a comment (ruby-grape/grape#2628)
@ericproulx changelog added to 3.1, is it the right place?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Just let me know if you want me to update the changelog to have 3.0.1. |
|
This looks perfect, merging. |
It'd be nice. Do you have plans when? |
|
@AlexWayfer Just released 3.0.1 |
Thank you! Works just fine. |
build_helpers was moved to be called before inherit_settings was called, resulting in parent helpers missing in child endpoints. This moves helpers build to load while initializing.