no such file to load -- postgres (newbie)

You need to install the postgres and/or ruby-postgres gems. I'm not
sure if both are needed as I've had it installed for a while now and
can't remember. Beyond that, I believe the adapter name in the
database.yml file should be postgresql not just postgres.

Peace, Phillip

It looks like you're missing some development libraries, but I'm not
sure which one(s). I've never tried to get rails working on a
Windows box, so I really can't be of much more help. On *nix, I'd
probably make sure I have ruby-dev installed for the version of ruby
I'm using. You could look around and see if there is a ruby
development installation for Windows.

Peace, Phillip

Mathew Mcloughlin wrote:

Its all sorted now....I installed postgres-pr

and its worked a treat

thanks for your help phillip

Plz load 'rubygems' before 'postgres'. For example

require 'rubygems' require 'postgres'

...rest of the code...

May solve ur problem.