Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Este erro ocorreu ao carregar os seguintes arquivos:
active_record/base
Este é o erro que recebo ao executar o servidor Rails.
The mysql2 gem has been added to the Gemfile as well.
Já fiz bundle install
e tentei reiniciar o servidor, mas ainda recebo o erro.
bundle install --deployment
bundle
após adicionar a gema e reiniciou o servidor?