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

Remove extra set_current_order calls (updated CHANGELOG and rebase) #2185

Merged
merged 1 commit into from
Aug 30, 2017
Merged

Remove extra set_current_order calls (updated CHANGELOG and rebase) #2185

merged 1 commit into from
Aug 30, 2017

Conversation

swcraig
Copy link
Contributor

@swcraig swcraig commented Aug 23, 2017

This rebases and updates the CHANGELOG entry for @Murph33's #1137.

In the CHANGELOG entry I've included what the "current enough version" of solidus_auth_devise is (the set_current_order call was added in v1.5.0. I've also included the issue it addressed.

Original PR

Currently this is calling on almost every request in the front end. We
want to push this to where it should be which is just when we sign in
authentication systems.

Currently this is calling on almost every request in the front end.  We
want to push this to where it should be which is just when we sign in
authentication systems.
Copy link
Contributor

@mamhoff mamhoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@mtomov
Copy link
Contributor

mtomov commented Aug 24, 2017

Thanks a lot!

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @swcraig !

@gmacdougall gmacdougall merged commit 454d7c9 into solidusio:master Aug 30, 2017
@swcraig swcraig deleted the update-and-rebase-pr-1137 branch August 30, 2017 16:02
acreilly pushed a commit to acreilly/solidus_auth_devise that referenced this pull request Jan 4, 2019
The specs against Solidus master are failing because `set_current_order`
is not defined as a process_action callback. This used to be the case
but Solidus has removed this and slated it for v2.4.

For compatibility with older versions of Solidus, we should not raise an
ArgumentError if this callback is not defined but still skip it if it
is.

PR removing this callback:
solidusio/solidus#2185
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.

6 participants