-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix Grape::Middleware::Base#response #871
Fix Grape::Middleware::Base#response #871
Conversation
Looks legit, I guess this isn't used by anyone? Maybe we should delete it? This needs a spec, please and a CHANGELOG entry. |
a59700d
to
31385a3
Compare
👍 |
@@ -1,7 +1,7 @@ | |||
Next Release | |||
============ | |||
|
|||
* Your contribution here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put this back please :)
31385a3
to
116001e
Compare
@@ -2,6 +2,7 @@ Next Release | |||
============ | |||
|
|||
* Your contribution here. | |||
* [#871](https://github.com/intridea/grape/pull/871): Fixed Rack::Response initialize - [@galathius](https://github.com/galathius). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am still nitpicking, what is fixed is the Grape::Middleware::Base#response method, not Rack::Response#initialize
, so this should say Fixed Grape::Middleware::Base#response - ...
. Also swap with the above line, future contributions will go below this one usually.
116001e
to
c371fa9
Compare
Last thing, the description in the commit itself is wrong, same issue as with what was in the CHANGELOG. Thanks for hanging in there, I am a picky code-reviewer. |
@@ -2,6 +2,7 @@ Next Release | |||
============ | |||
|
|||
* Your contribution here. | |||
* [#871](https://github.com/intridea/grape/pull/871): Fixed Grape::Middleware::Base#response - [@galathius](https://github.com/galathius). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh and I still want you to swap the order of this line with "Your contribution here.", so that's below.
c371fa9
to
42d8a18
Compare
+1 |
42d8a18
to
05cfc5e
Compare
Thanks, merging. |
Fix Grape::Middleware::Base#response
No description provided.