-
Notifications
You must be signed in to change notification settings - Fork 27
Allow fallback to use formatter for default format #34
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
This definitely needs a spec and a CHANGELOG entry, please. |
Bump @chrisbloom7. |
👍 |
@dblock I'll make a note to add tests. Do I just add an entry at the top of the Changelog? |
Yes, please @chrisbloom7. |
Bump @chrisbloom7 ? |
It's still a real problem. You sure you don't want to finish this? |
Oh, really? I figured at 5 years old it would have been addressed somewhere along the line. I haven't used Grape in a while, but if you think the fix for this is still relatively the same in the latest version then I can try to find some time to push it through. |
Yes, I think it's still a problem and a worthy fix/addition. |
@dblock tests added and changelog updated |
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.
Thanks for picking this up!
Please also update the README explaining how the formatter falls back.
Since it's not a backwards compatible change, add an UPGRADING file like https://github.com/ruby-grape/grape/blob/master/UPGRADING.md with a reference to it in README and document how the behavior changed.
Bump the version to 0.5.
Minor test request below.
@dblock I'm digging a little deeper into what
I think it still makes sense to use |
Merged, this is perfect. @chrisbloom7 Want to join the (co)maintainers group and make a release? Shoot me an email to dblock at dblock dot org with your rubygems email if you're into it. |
Fix the fallback formatter issue reported in issue #33