ActiveRecord… activerecord-mysql-adapter

前端 未结 4 2046
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-20 07:12

This is driving me farking insane.

I\'m trying to create a simple beginner app utilizing ActiveRecord to do simple database tasks. I\'m NOT using rails.

I keep g

4条回答
  •  无人及你
    2021-02-20 08:04

    We faced the same problem (because we switch from jruby to ruby)

    Solved with :

    • adapter: mysql2 (in database.yml)
    • gem 'mysql2' (in the gemfile)

提交回复
热议问题