-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Could not load 'omniauth' #118
Comments
Also have this issue, even with applying this changes https://github.com/lynndylanhurley/devise_token_auth#example-disable-oauth-authentication |
Same issue, recommend config doesn't fix this but adding omniauth to my Gemfile does make things go again. Looking at the code I don't see a way to override this currently due to the devise call in DeviseTokenAuth::Concerns::User including omniauth... Surely related to #60 FYI -- It appears that this will work as of v0.1.31 (in beta and requires Rails 4.2) but not in v0.1.30 (I'm on Rails 4.1) |
yep, also finally I've decied to stay with omniauth in Gemfile |
Thanks @ricardodovalle - I'll look into this ASAP. |
Thanks to you @lynndylanhurley, It is a great gem! 👍 |
🤘 |
Same issue here, I don't want to add the omniauth dependency to my app.... |
Same for me. I load
after
and I add
But on rake routes
|
This should no longer be happening as of 0.0.32. Can re-open as needed. |
@booleanbetrayal Using 0.1.34, still getting this error |
Still happening on 0.1.36. If this isn't going to be fixed, can omniauth at least be added as an explicit dependency? |
Thx, I'll take a look ASAP. |
@lynndylanhurley just wondering if there is any movement on this? Thanks for all your hard work! |
Still happening in devise_token_auth 0.1.39 |
Just installed it, same issue. Added omniauth, but not sure I need it? |
Same issue here. using 0.1.40. @booleanbetrayal shouldn't this issue be reopened since it is happening in the latest release? |
Still happening in devise_token_auth 0.1.42, shouldn't this issue be reopened since it is happening in the latest release? |
Same issue here :( |
Just installed and it occurred after running |
@JarLowrey what if you try it from the master branch? |
I just added the |
Same here, I had to add |
Please don't comment here just to say, "same here", this issue is closed - open a new one if you're still having an issue. Thanks |
I had a similar error, but with rails:routes. I got it to go away by removing the |
I am using the basic gem installation, but I am getting this error in
rake db:migrate
I am not using omniauth.
Versions:
gem 'rails', 4.2.0'
gem 'devise_token_auth', '~> 0.1.30'
Thanks
The text was updated successfully, but these errors were encountered: