We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The workaround for this is to call the generator explicitly.
$ rails generate blog_assets
Sorry, something went wrong.
No branches or pull requests
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
Could not find generator blog_assets.
lsoave@ubuntu:~/rails$
The text was updated successfully, but these errors were encountered: