An error occurred while installing mysql2 (0.4.8), and Bundler cannot continue
I think you missing dev library of mysql: On ubuntu sudo apt-get install libmysqlclient-dev On Red Hat/CentOS and other distributions using yum: sudo yum install mysql-devel On Mac OS X with Homebrew: brew install mysql