Skip to content

Instantly share code, notes, and snippets.

View claco's full-sized avatar
:octocat:
I may be slow to respond.

Chris Laco claco

:octocat:
I may be slow to respond.
View GitHub Profile
@claco
claco / database.yml.example mysql2
Created February 18, 2012 17:31 — forked from erichurst/database.yml.example mysql2
Rails 3 database.yml examples
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql2
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql2
encoding: utf8