Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Este error ocurrió al cargar los siguientes archivos:
active_record/base
Este es el error que obtengo al ejecutar el servidor de rieles.
The mysql2 gem has been added to the Gemfile as well.
Lo he hecho bundle installe intenté reiniciar el servidor, pero sigo recibiendo el error.
bundle install --deployment
bundledespués de agregar la gema y reiniciar el servidor?