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

Could not find generator active_admin:install (Rails 4.2.6) #4608

Closed
cucho opened this issue Sep 1, 2016 · 1 comment
Closed

Could not find generator active_admin:install (Rails 4.2.6) #4608

cucho opened this issue Sep 1, 2016 · 1 comment

Comments

@cucho
Copy link

cucho commented Sep 1, 2016

$ rails g active_admin:install
Could not find generator 'active_admin:install'. Maybe you meant 'active_record:model', 'active_record:migration' or 'test_unit:model'
Run `rails generate --help` for more options.

In the Gemfile

....
gem 'devise'
gem 'activeadmin', github: 'activeadmin'
...

In Gemfile.lock

...
GIT
  remote: git://github.com/activeadmin/activeadmin.git
  revision: 0a5a15b88bffbe5efad7ff2a072ec4fe6eb09511
  specs:
    activeadmin (1.0.0.pre4)
      arbre (~> 1.0, >= 1.0.2)
      bourbon
      coffee-rails
      formtastic (~> 3.1)
      formtastic_i18n
      inherited_resources (~> 1.6)
      jquery-rails
      jquery-ui-rails
      kaminari (~> 0.15)
      railties (>= 3.2, < 5.1)
      ransack (~> 1.3)
      sass-rails
      sprockets (< 4.1)
...
@cucho
Copy link
Author

cucho commented Sep 1, 2016

Problem was with spring. I stopped it and rerun the generator and worked.

@cucho cucho closed this as completed Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant