-
Notifications
You must be signed in to change notification settings - Fork 3
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
ERROR: Unable to load plugin heroku_herocutter: undefined method list' for class
Heroku::Command::Plugins'
#4
Comments
I see the problem. heroku plugins:list is now heroku plugins This needs to be updated to reflect that. |
Thanks jwang |
Just gave it a try, no luck... Am I installing it correctly? $ heroku plugins:install git://github.com/jwang/heroku_herocutter.git /Users/bhellman/.heroku/plugins/heroku_herocutter/lib/heroku_herocutter.rb:26:in |
Hmm. I just copy and pasted your line: heroku plugins:install git://github.com/jwang/heroku_herocutter.git using ruby-1.8.7-p174. are you using rvm? I know that fetch_git_uri isn't working and I would much rather get that error that you're getting for debugging purposes, but mine's installing and coming up blank. I'm using rvm and doing a fresh install of the heroku gem via a gemset. in case you're wondering: configuration (1.2.0) |
Strange, no I'm not using RVM. |
I had this same issue using RVM and ruby 1.9. I updated my heroku gem then tried to update my heroku cutter plugin. I was able to resolve with an uninstall then a clean install. Commands Issued:
|
Thank you! |
I'm getting this problem with the latest heroku and ruby on cygwin...
The jwang git://github.com/jwang/heroku_herocutter.git (in #6 as well) worked for me. |
Is this gem still supported? Just upgraded to the new heroko gem, and tried to install herocutter:
$ heroku plugins:install git://github.com/hone/heroku_herocutter.git
ERROR: Unable to load plugin heroku_herocutter: undefined method
list' for class
Heroku::Command::Plugins'/Users/xxxxxx/.heroku/plugins/heroku_herocutter/lib/heroku_herocutter.rb:26:in
install': undefined method
fetch_git_uri' for #<Heroku::Command::Plugins:0x102258818 @options={}, @Args=[]> (NoMethodError)from /Library/Ruby/Gems/1.8/gems/heroku-2.1.4/lib/heroku/command.rb:117:in
send' from /Library/Ruby/Gems/1.8/gems/heroku-2.1.4/lib/heroku/command.rb:117:in
run'from /Library/Ruby/Gems/1.8/gems/heroku-2.1.4/bin/heroku:14
from /usr/bin/heroku:19:in `load'
from /usr/bin/heroku:19
The text was updated successfully, but these errors were encountered: