You are right! There is something wrong with the gems and their versions.
>From the official website: http://rubyforge.org/projects/ruby-pg/ I see: ruby-pg -> ruby-pg-0.7.9.2008.10.13 October 14, 2008 ruby-postgres -> postgres-0.7.9.2008.01.28 January 28, 2008 Therefore I installed the gem ruby-pg, but look at my "gem list" output: ruby-pg (0.7.9.2008.01.28) This is wrong! Installing "sudo gem install pg" fixed the version problem, and now Rails 2.1.2 can detect the gem with gem.config Everything works 100% perfectly. -- 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 -~----------~----~----~----~------~----~------~--~---

