-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Use flickwerk-style patches #254
base: main
Are you sure you want to change the base?
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.
Nice. I like this
@solidusio/core-team can we get a second review here? |
Is this on hold now that we reverted the flickwerk PR in solidus_support? |
Let's keep it open. I'm fixing the issues that led to reverting Flickwerk support in |
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 like the simplicity this provides.
This moves the patches in this gem from `lib/decorators/` to `lib/patches`, allowing Flickwerk to take over the patching.
This names the patches such that they do not live in the Spree namespace. It also fixes a Rubocop offense.
This way, we don't need to load ApplicationController in a config.to_prepare block either.
bf17075
to
7e2d78b
Compare
This moves the patches in this gem from
lib/decorators/
tolib/patches
, allowing Flickwerk to take over the patching.