Rails Database (database.yml) Config Examples
Last updated:postgresql on a local machine
development:
adapter: postgresql
encoding: unicode
database: sandbox_dev #change me
host: localhost
pool: 5
timeout: 5000
username: postgres #change me
password: postgres #change me
W.I.P.: This is a work in progress.