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 blog_assets. #13

Open
lgs opened this issue Oct 4, 2010 · 1 comment
Open

Could not find generator blog_assets. #13

lgs opened this issue Oct 4, 2010 · 1 comment

Comments

@lgs
Copy link

lgs commented Oct 4, 2010

Hi, installing the plugin for rails3 I get this error:

lsoave@ubuntu:~/rails$ rails plugin install git://github.com/ryanstout/blog_kit.git -r rails3
Initialized empty Git repository in /home/lsoave/rails/altrove/lauranovara/vendor/plugins/blog_kit/.git/
remote: Counting objects: 94, done.
remote: Compressing objects: 100% (82/82), done.
remote: Total 94 (delta 13), reused 34 (delta 5)
Unpacking objects: 100% (94/94), done.
From git://github.com/ryanstout/blog_kit

  • branch rails3 -> FETCH_HEAD
    Could not find generator blog_assets.
    lsoave@ubuntu:~/rails$
@mikepack
Copy link

The workaround for this is to call the generator explicitly.

$ rails generate blog_assets

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

2 participants