Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Questo errore si è verificato durante il caricamento dei seguenti file:
active_record/base
Questo è l'errore che ottengo durante l'esecuzione del server rails.
The mysql2 gem has been added to the Gemfile as well.
Ho fatto bundle install
e ho provato a riavviare il server ma ricevo ancora l'errore.
bundle install --deployment
bundle
dopo aver aggiunto la gemma e riavviato il server?