-
Notifications
You must be signed in to change notification settings - Fork 345
Error on Rails 5.1.2 #222
Comments
Hey @maengkom. This is warning from the 5.0: |
@jdarnok thanks for reply, what should I do ? sorry just couple months using rails. I have to fork and modify it correct ? and where is it ? Thanks. |
@maengkom if you really want that feature without sweat, just revert to rails 5.0 - it's not desirable solution, but maybe (MAYBE) someone will patch that gem. If you want to fork, you must change all 'to_prepare' statements or wait for the fix. Unfortunately I don't have time for making those fixes ATM, and to be honest I don't know the project's codebase so I can't help you with that. |
@jdarnok yes thanks for the link. I'll try to read the PR code. |
@maengkom Here is what I did for this issue, till the gem gets updated to Rails 5.1 |
@maengkom upgrade the gem to lastest version will fix it.
|
@narutoo9x oh yeah I never reference to git directly, it works. Thanks. @MohamedBrary thank you for the tip. |
Add to gemfile, then
bundle install
.After that just type
rails generate devise_security_extension:install
raise this error.The text was updated successfully, but these errors were encountered: