Skip to content

Instantly share code, notes, and snippets.

View Mattia541993's full-sized avatar

Mattia Ducci Mattia541993

View GitHub Profile
@exitmusic
exitmusic / database.yml
Created January 5, 2012 16:46 — forked from aokolish/database.yml
how to get postgresql working locally with rails
development:
adapter: postgresql
database: <db_name>
encoding: utf8
username: <username>
password:
host: localhost
# ...