Skip to content
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

[v2.6] Fix deprecations to make Solidus work with Rails 5.2.2 #2994

Merged

Conversation

kennyadsl
Copy link
Member

See #2992 for more details.

We were missing an alias_method here. Some code changed in Rails
and now it correctly raises an exception since this old method,
that has been removed, is not found.
deprecate method takes a list of methods so current code is
actually deprecating a method named:

"Spree::Store.by_url is DEPRECATED".

For some reason this code was working until Rails 5.2.1
@kennyadsl kennyadsl self-assigned this Dec 6, 2018
@kennyadsl kennyadsl merged commit 9dc55c5 into solidusio:v2.6 Dec 7, 2018
@kennyadsl kennyadsl deleted the fix-deprecations-rails-5-2-2-solidus-2-6 branch December 7, 2018 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants