Postgres/Ruby for Windows

Here I used to provide Postgres/Ruby adapter drivers for Windows. My packages have now been superseded by the gems that the adapter author provides himself. They are easier to install and update and now offer an improved feature set.

To install using RubyGems:

gem install ruby-postgres

Legacy version

You can still download the last version of my binary distribution if you would like to:

2 Responses to “Postgres/Ruby for Windows”

  1. I’ve WinXP in my pc.
    I installed the latest version InstantRails2.0 and its installed successfully.
    Then I installed ruby-postgres which too installed successfully.
    But when I give any command via ruby, the error pops out as
    “The application has failed to start because libpq.dll was not found”
    Is this due to this ruby-postgres gem??

  2. As per the documentation, please include the PostgreSQL binaries in your path.

Leave a Reply