This project is archived and is in readonly mode.
Replace ruby-postgres with ruby-pg in default database.yml
Reported by Sven Schwyn | December 30th, 2009 @ 02:44 PM
The database.yml generated with "rails -d postgresql" reads as follows:
PostgreSQL. Versions 7.4 and 8.x are supported.
Install the ruby-postgres driver:
gem install ruby-postgres
However, the ruby-postgres module hasn't seen any updates in years and current development is made in the fork ruby-pg. It's maybe time to reflect that change.
Comments and changes to this ticket
-
Repository April 28th, 2010 @ 01:08 AM
- State changed from new to resolved
(from [7100c9d6ca1aedea7dc1cb8a6cea08ed57432f19]) Switch driver to pg. [#3635 state:resolved] http://github.com/rails/rails/commit/7100c9d6ca1aedea7dc1cb8a6cea08...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Referenced by
- 3635 Replace ruby-postgres with ruby-pg in default database.yml (from [7100c9d6ca1aedea7dc1cb8a6cea08ed57432f19]) Switch ...