Skip to content

Instantly share code, notes, and snippets.

@wwwbruno
Created May 11, 2014 14:16
Show Gist options
  • Save wwwbruno/17ed7ef34233a2bc559c to your computer and use it in GitHub Desktop.
Save wwwbruno/17ed7ef34233a2bc559c to your computer and use it in GitHub Desktop.
Utilidades para Ruby on Rails
# Instalar mysql para Ruby on Rails
sudo apt-get install libmysqlclient-dev
gem install mysql2
# Instalar pg para Ruby on Rails
sudo apt-get install libpq-dev
gem install pg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment