I\'m having trouble finding a solution to this problem. I\'m getting the error:
Please install the mysql adapter: \'gem install activerecord-mysql-adapter\'
You want to install the mysql2 gem.
Really, you should probably add it to your Gemfile:
Gemfile
gem "mysql2"
And then install your gems with bundler:
bundle install