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\'
The problem is on your file config/database.yml
You should have a line that specify that the adapter is mysql2 (and not mysql)
adapter: mysql2
Instead of
adapter: mysql