I\'m new with RoR and I\'m trying to install Mysql2 -v \'0.3.11\'. I have OS X Mountain Lion, rails 3.2.6 ,ruby 1.9.3.
Below is the error I get. I looked everywher
I too get same type of error in mac10.10 and used below commands that work for me:
Install and upgrade Homebrew using:
brew install mysql
run Install Mysql gem file using:
gem install mysql2 -v '0.3.11'
Run bundle install