-
Notifications
You must be signed in to change notification settings - Fork 345
New release compatible with devise 4 #192
Comments
@manno any update on this one? |
I'm not using devise_security_extension myself and I don't have access to the rubygems account (#178). Long-term, someone with rubygems access needs to step up or the actual users will have to fork the project. It would really benefit from some active maintainers. That would be a good opportunity to split this into smaller gems, too. |
@borisrorsvort #195 is now merged |
@manno what needs to happen for a new gem to be pushed to rubygems? |
+1 for compability with devise 4.0 |
Any update on this I need Devise 4.2 so I can deploy via sub path |
Same here, can't install this Gem due to dependency conflict with Devise 4.2. |
Phatworx website is no longer available, so is it safe to assume that no-one is maintaining this anymore? |
+1 on not being able to install this due to dependency conflict with Devise 4.2. |
I'm not trying to fork or take over the project but if you'd like to use my repo I've updated it for Rails 5 / Devise 4 compatibility. https://github.com/natebird/devise_security_extension I also changed the gem tag to 0.10.1 just so I could differentiate versions in my software. |
That would be nice.
Thanks!
Nate
… On Apr 5, 2017, at 1:28 PM, Dillon Welch ***@***.***> wrote:
@natebird <https://github.com/natebird> FYI I have #216 <#216> up if you need Ruby 2.4 support, I can make a PR on your fork too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#192 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAAR0HgeDwBEn0KTBjduJchssaZgna6Vks5rs886gaJpZM4JRRYG>.
|
@natebird would you be willing to fork this into a different Gem? even just differently named so we can use rubygems over some kind of git reference would definitely help |
The approach I'd like to see is getting these into the main |
@toobulkeh, @oniofchaos -
|
There's a forked gem |
This is a required step. Blocked by this extension: phatworx/devise_security_extension#192 Possible solution: forked gem devise-security: https://github.com/devise-security/devise-security
This is a required step to upgrade Ruby. Blocked by this extension: phatworx/devise_security_extension#192 Possible solution: forked gem `devise-security`: https://github.com/devise-security/devise-security Also fixes devise translation in tests: It's being humanized internally now: heartcombo/devise@b6e4586 Relevant things changed: `devise`: * https://github.com/plataformatec/devise/tree/6edbeb82cdaaed8cd6c041ebe7a62534c71fd0e3#strong-parameters * https://www.rubydoc.info/gems/devise/4.5.0/Devise/Test/ControllerHelpers `devise-security`: * devise-security/devise-security@e2f7f8f
0.10.0 requires devise < 4, so it's impossible to use both the latest devise and the latest devise_security_extension. It'd be great to have a release from current master, which doesn't seem to have this problem.
The text was updated successfully, but these errors were encountered: