-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove custom responders #1956
Remove custom responders #1956
Conversation
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.
Could we get a note in the Changelog for this?
Let's merge this once the extension has been moved to the |
@mamhoff I don't think we need to push to solidus-contrib if we push it to rubygems. if anyone ever runs across that extension, its not like we want them to use it. |
@cbrunsdon Sure, as long as people can use the extension from their Gemfile somehow, this is good to go. |
Custom responders and customized respond_with are being removed to an extension
772fb8c
to
4f86fa8
Compare
@cbrunsdon @mamhoff I think it would be best if this was on solidus-contrib, I would like to see the tests run on TravisCI |
Yeah, I like seeing tests run, too. @cbrunsdon Would you be happy with a note saying: "This gem is deprecated, don't use"? |
CHANGELOG.md
Outdated
@@ -78,6 +78,8 @@ | |||
- Emit Spree.url JS deprecation warning in all environments [\#2017](https://github.com/solidusio/solidus/pull/2017) ([jhawthorn](https://github.com/jhawthorn)) | |||
|
|||
|
|||
- Customized responders have been removed. They are available in the `solidus_responders` extension |
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.
Could we move this to the 2.4.0 section
4f86fa8
to
c0355e6
Compare
https://github.com/solidusio-contrib/solidus_responders We've moved the repo to solidus-contrib and added a bold note at the top |
This has been addressed (and Gregor is on vacation)
This PR removes custom responders, in favor of placing them in an extension.
I'm currently hosting the extension on my github here.
This resolves the first part of #1869