Gem::LoadError
Specified 'mysql2' for database adapter, but the gem is not loaded.
Add `gem 'mysql2'` to your Gemfile
이 오류는 다음 파일을로드하는 동안 발생했습니다.
active_record/base
이것은 Rails 서버를 실행할 때 발생하는 오류입니다.
The mysql2 gem has been added to the Gemfile as well.
을 완료 bundle install
하고 서버를 다시 시작했지만 여전히 오류가 발생합니다.
bundle install --deployment
bundle
gem을 추가 한 후 실행 하고 서버를 다시 시작 했습니까 ?