Skip to content

Instantly share code, notes, and snippets.

View almapase's full-sized avatar

Alex Pacheco Segura almapase

  • Chile
View GitHub Profile
@almapase
almapase / database.yml.example mysql2
Last active August 31, 2015 02:28 — 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