Skip to content

Instantly share code, notes, and snippets.

@jimwhimpey
Created August 26, 2010 02:26
Show Gist options
  • Select an option

  • Save jimwhimpey/550674 to your computer and use it in GitHub Desktop.

Select an option

Save jimwhimpey/550674 to your computer and use it in GitHub Desktop.
When I try to run this:
sudo heroku db:push mysql://root:pass@localhost/booksale
I get this:
Taps 0.3 Load Error: no such file to load -- taps/operation
You may need to install or update the taps gem to use db commands.
On most systems this will be:
sudo gem install taps
taps has definitely been installed properly, when I run gem list I get this at the end of the list:
taps (0.3.11)
There are absolutely no Google results for that error.
@ricardochimal

Copy link
Copy Markdown

don't do sudo heroku db:push, simply

heroku db:push mysql://root:pass@localhost/booksale

should work

@jimwhimpey

Copy link
Copy Markdown
Author

Nope, same problem.

I was trying sudo because of this post: http://tetrisrockstar.com/new-app-kana-recognition-practice

@ricardochimal

Copy link
Copy Markdown

Are you using rvm or some other method to manage your gems? that could be interfering with it

@jimwhimpey

Copy link
Copy Markdown
Author

Nope, just the gem command.

@ricardochimal

Copy link
Copy Markdown

try filing a support ticket @ support.heroku.com

@stevenweber

Copy link
Copy Markdown

...any news?

@jimwhimpey

Copy link
Copy Markdown
Author

Yes! I was using an old version of the Heroku gem.
Hope that helps people.

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