Skip to content

Remove dependency on devise_security_extension#1621

Merged
monfresh merged 1 commit intomasterfrom
mb-limit-concurrent-sessions
Aug 17, 2017
Merged

Remove dependency on devise_security_extension#1621
monfresh merged 1 commit intomasterfrom
mb-limit-concurrent-sessions

Conversation

@monfresh
Copy link
Contributor

Why: The gem hasn't been maintained in over a year, and
we were only using a small portion of it (limiting session concurrency),
which I've extracted into an initializer.

The gem was preventing us from upgrading to Rails 5.1 due to the
use of a deprecated method in part of the code we weren't even using.

**Why**: The gem hasn't been maintained in over a year, and
we were only using a small portion of it (limiting session concurrency),
which I've extracted into an initializer.

The gem was preventing us from upgrading to Rails 5.1 due to the
use of a deprecated method in part of the code we weren't even using.
Copy link
Contributor

@jmhooper jmhooper left a comment

Choose a reason for hiding this comment

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

Works for me

Copy link
Contributor

@konklone konklone left a comment

Choose a reason for hiding this comment

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

Seems good to me. For documentation purposes, would you mind adding a comment linking to the relevant tests that measure this change?

@monfresh
Copy link
Contributor Author

@monfresh monfresh merged commit 35b7e4f into master Aug 17, 2017
@monfresh monfresh deleted the mb-limit-concurrent-sessions branch August 17, 2017 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants