Created
May 12, 2012 14:17
-
-
Save jasperf/2666740 to your computer and use it in GitHub Desktop.
MySQL2 Error on Ruby on Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To avoid: RuntimeError (Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (no such file to load -- active_record/connection_adapters/mysql2_adapter)): | |
in Gemfile gem 'mysql2', '< 0.3' | |
bundle update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment