-
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
Generator is not working #8
Comments
@drampelt - can you check which version you have installed? I've been pushing tons of updates over the past few days, I just want to make sure you're up to date with what's in the docs. Latest version should be v0.1.22 |
I have 0.1.21.alpha2 installed, which seems to be the latest on http://rubygems.org/gems/devise_token_auth |
That's odd - the latest should be v0.1.22. I must have made a mistake with
|
Ok, I just pushed another release (v0.1.23). I've tested everything, and the latest version is fully functional on the demo site. Please update and verify. I added one of those gem version badges to the README to discourage myself from making this mistake again: |
Awesome, everything is working great now. Thanks! |
rails g devise_token_auth:install User auth I'm having this problem now. Using rails 5.0.0.1 |
I created a new rails project (rails 4.1.4), installed devise, created a user model with the devise generator and then ran
rails g devise_token_auth:install User /auth
. The only output I receive isNothing is added to the user model, application controller, or routes file as the generator should. Also, when I tried adding in some of those lines manually, I get
NameError: uninitialized constant DeviseTokenAuth::Concerns::User
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: