Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created May 12, 2012 14:17
Show Gist options
  • Save jasperf/2666740 to your computer and use it in GitHub Desktop.
Save jasperf/2666740 to your computer and use it in GitHub Desktop.
MySQL2 Error on Ruby on Rails
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