When I try to open my site it gives me this error.
!!! Missing the mysql2 gem. Add it to your Gemfile: gem ‘mysql2’
I have added it to my Gemfile, but still no avail.
And changed all my adapters to mysql2 in the database.yml
Running
Rails 3.0.7
Ruby 1.8.7 enterprise
The problem was that my database say it was called dog but it displayed as Dog so I had to configure database.yml to change it to dog. – Andy 0 secs ago edit