Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Ten błąd wystąpił podczas ładowania następujących plików:
active_record/base
To jest błąd, który otrzymuję na uruchomionym serwerze railsowym.
The mysql2 gem has been added to the Gemfile as well.
Skończyłem bundle install
i próbowałem zrestartować serwer, ale nadal pojawia się błąd.
bundle install --deployment
bundle
po dodaniu klejnotu i zrestartowaniu serwera?