Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Bu hata, aşağıdaki dosyalar yüklenirken meydana geldi:
active_record/base
Rails sunucusunu çalıştırırken aldığım hata bu.
The mysql2 gem has been added to the Gemfile as well.
Yaptığım bundle install
ve sunucuyu yeniden başlatmadan çalıştı ama yine de hata alıyorum.
bundle install --deployment
bundle
ekledikten ve sunucuyu yeniden başlattıktan sonra çalıştırdınız mı?