Description
Hi!
I updated my local master, ran bundle install
and got the below error on running rails s
I also ran bundle install --without production mysql
after deleting Gemfile.lock but got same error.
Solution which worked for me:
I added gem 'activerecord-mysql2-adapter' to the gemfile, deleted Gemfile.lock, ran bundle install
, ran rails s
and error gone.
Here's a snippet from Gemfile
which states running bundle install --without production mysql
should not require need to include the activerecord-mysql2-adapter but it didn't worked.
Any idea @jywarren @siaw23 @publiclab/reviewers @publiclab/plots2-reviewers?
@siddhishree has also reported the same error in the Gitter channel:
I've been trying to setup local plots2 development environment while follwing https://github.com/publiclab/plots2#installation, and while on step 7 I face issue https://pastebin.com/AbL6a7Cw, I tried installing mysql2 on gem but no changes, I'm a bit inexperienced in ruby, so if anyone can help