Michael Satterwhite wrote in post #969166:

> irb(main):001:0>c = Object.constants
>    ---whole bunch of constants displayed ---
> irb(main):002:0> require 'pg'
> => true
> irb(main):003:0> Object.constants - c
> => []
>
> What in heaven's name could cause this?
>
> ---Michael

More information:

I just uninstalled gem 'pg'. I then executed the following:

irb
irb(main):001:0> require 'pg'
=> true

In other words, it is still finding 'pg' after uninstalling the gem. 
That's likely the problem. How can I find out where this is coming from 
so I can get rid of it and reinstall pg?

As always, thanks to you experts.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to