-
-
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 method missing helper #1623
Remove method missing helper #1623
Conversation
style if style.in? possible_styles.with_indifferent_access | ||
end | ||
end | ||
|
||
def create_product_image_tag(image, product, options, style) |
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.
We can remove this also
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.
👍 other than one comment.
Could you also squash this into a single commit. The tests are failing until the final spec removal.
72d447b
to
c372425
Compare
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.
Please!
c372425
to
dcb72f2
Compare
Remove image_style_from_method_name Remove define_image_method Remove custom-image-helper-context specs. Custom image helpers have been removed. Since this feature is no longer provided, remove test of them. Remove create_product_image_tag
dcb72f2
to
a5f9c02
Compare
The day has finally come 👏🏻 |
Hah, indeed so Thomas .. those have been quite a trickery to grep. Thanks a lot! |
This PR removes the method_missing override from core base helpers, which removes the custom image helper functionality and accompanying specs.