Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
Lỗi này xảy ra khi tải các tệp sau:
active_record/base
Đây là lỗi tôi gặp phải khi chạy máy chủ rails.
The mysql2 gem has been added to the Gemfile as well.
Tôi đã thực hiện xong bundle installvà thử khởi động lại máy chủ nhưng vẫn gặp lỗi.
bundle install --deployment
bundlesau khi thêm đá quý và khởi động lại máy chủ không?