Install mysql gem on Mac OS X
According to this Gist.
brew install mysql
brew install openssl
gem install mysql2 -v '0.5.2' -- --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include
You need mysql
and not mysql-client
, otherwise the gem compilation process will complain.