I had some troubles last week as well.  Here were some of the items
that helped me along:

0. Do what David said first, it was the key bit that got me going on
the right path.
1. Make sure you have the latest Heroku gem installed.
2. Make sure there are no other gem artifacts lying around getting
executed inadvertently.
3. Make sure your local path is setup correctly.

Chris

On Dec 8, 10:01 am, David Dollar <[email protected]> wrote:
> This is often another LoadError masking as this error.
>
> Try the following:
>
> gem install open_gem
> gem open heroku
>
> Navigate to lib/heroku/commands/db.rb
>
> Change the following two lines:
>
> rescue LoadError
>   error "Install the Taps gem to use db commands. On most systems this will
> be:\nsudo gem install taps"
>
> to:
>
> rescue LoadError => ex
>   puts ex.inspect
>   error "Install the Taps gem to use db commands. On most systems this will
> be:\nsudo gem install taps"
>
> and try to rerun. This should give you some more visibility into what is
> failing.
>
> Hope this helps!
> David
>
>
>
> On Tue, Dec 8, 2009 at 9:37 AM, Andrei Erdoss <[email protected]> wrote:
> > Hello,
>
> > I was trying to use the command heroku db:pull. I keep getting this error
> > message:
>
> > Install the Taps gem to use db commands. On most systems this will be:
> > sudo gem install taps
>
> > Even though I have the taps gem installed.
>
> > taps (0.2.22)
>
> > What can I do to fix this?
>
> > --
> > Andrei Erdoss
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Heroku" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<heroku%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/heroku?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.


Reply via email to