Skip to content
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

Devise 4.3.0 does not work install on Rails 5.1.2 #4594

Closed
BimaPanduW opened this issue Jul 22, 2017 · 3 comments
Closed

Devise 4.3.0 does not work install on Rails 5.1.2 #4594

BimaPanduW opened this issue Jul 22, 2017 · 3 comments

Comments

@BimaPanduW
Copy link

BimaPanduW commented Jul 22, 2017

I've tried to perform
rails generate devise:install
but i got this

Running via Spring preloader in process 5177
Could not find generator 'devise:install'. Maybe you meant 'assets', 'generator' or 'coffee:assets'
Run `rails generate --help` for more options.

any way to solve this problem?

@rafaelfranca
Copy link
Collaborator

please try to run spring stop after adding devise to your Gemfile

@BimaPanduW
Copy link
Author

BimaPanduW commented Jul 25, 2017

this problem was solved. I forgot to add gem 'devise' in gemfile

@arun2github
Copy link

I am getting this issue please help
$ rails g device:install
/usr/local/lib/ruby/2.7.0/x86_64-linux/stringio.so: warning: already initialized constant StringIO::VERSION
Running via Spring preloader in process 6989
Could not find generator 'device:install'.
Run rails generate --help for more options.
.....
i tried spring stop but didnot work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants