Monday, March 7, 2011

Installing mysql2 gem - Ubuntu

1st install the mysql client dev -
sudo apt-get install libmysqlclient-dev
then install the gem by adding the following line to your gem file
gem 'mysql2'

No comments:

Post a Comment