Skip to content

Instantly share code, notes, and snippets.

@jimwhimpey
Created August 26, 2010 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimwhimpey/550674 to your computer and use it in GitHub Desktop.
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

don't do sudo heroku db:push, simply

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

should work

@jimwhimpey
Copy link
Author

Nope, same problem.

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

@ricardochimal
Copy link

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

@jimwhimpey
Copy link
Author

Nope, just the gem command.

@ricardochimal
Copy link

try filing a support ticket @ support.heroku.com

@stevenweber
Copy link

...any news?

@jimwhimpey
Copy link
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