[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-26 Thread Sébastien Clément
Roger Pack wrote: > >> Try setting the platform to mswin32 and it will hopefully install the >> binary version. >> >> gem install ruby-postgres --platform=mswin32 > > Looks like this only installs binaries for 1.8.6 (same with the pg gem). > If you want to use ruby mingw 1.9.1 with them (which

[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-25 Thread Roger Pack
> Try setting the platform to mswin32 and it will hopefully install the > binary version. > > gem install ruby-postgres --platform=mswin32 Looks like this only installs binaries for 1.8.6 (same with the pg gem). If you want to use ruby mingw 1.9.1 with them (which is the OP's version), you'll

[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-21 Thread Sébastien Clément
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

[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-21 Thread Sébastien Clément
Sharagoz -- wrote: >> You have to install development tools firs > > Hello again. > It is trying to install from source instead of binary, which requires a > compiler. > Try setting the platform to mswin32 and it will hopefully install the > binary version. > > gem install ruby-postgres --platf

[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-19 Thread Sharagoz --
> You have to install development tools firs Hello again. It is trying to install from source instead of binary, which requires a compiler. Try setting the platform to mswin32 and it will hopefully install the binary version. gem install ruby-postgres --platform=mswin32 -- Posted via http://ww

[Rails] Re: Cannot install ruby-postgres on Windows

2010-02-19 Thread Fernando Perez
ruby-postgres is deprecated. Use "pg" instead. -- 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 gro