Fernando Perez wrote:
> ruby-postgres is deprecated. Use "pg" instead.

Hello Fernando,

It also works with your suggestion, thank you.

But then, if both the deprecated ruby-postgres is installed along with 
pg (see the gem list below), is there any problem ? Will rails use by 
default pg instead of ruby-postgres ?

==========
C:\Windows\system32>gem install pg --platform=mswin32
Building native extensions.  This could take a while...
Successfully installed pg-0.8.0-x86-mswin32-60
1 gem installed
Installing ri documentation for pg-0.8.0-x86-mswin32-60...
Updating class cache with 1081 classes...
Installing RDoc documentation for pg-0.8.0-x86-mswin32-60...

C:\Windows\system32>gem list

*** LOCAL GEMS ***

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
daemons (1.0.10)
dependencies (0.0.8)
gem_plugin (0.2.3)
pg (0.8.0)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
ruby-postgres (0.7.1.2006.04.06)
thor (0.13.3)
win32console (1.2.0)

C:\Windows\system32>
-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to