phusion / juvia

A commenting server similar to Disqus and IntenseDebate.

Home Page:http://phusion.github.io/juvia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activerecord-mysql-adapter is not a gem

teiko opened this issue · comments

Please install the mysql adapter: gem install activerecord-mysql-adapter (mysql is not part of the bundle. Add it to Gemfile.)

Tasks: TOP => db:schema:load => environment
(See full trace by running task with --trace)
teiko@cactus ~/juvia $ gem install activerecord-mysql-adapter
ERROR: Could not find a valid gem 'activerecord-mysql-adapter' (>= 0) in any repository
ERROR: Possible alternatives: activerecord-jdbcmysql-adapter, activerecord-odbc-adapter, activerecord-jdbc-adapter, activerecord-jdbcmssql-adapter, activerecord-mysql-adapter-flags

How to go on further?

Noone?
So bundle is wrong ;)

This is not a Juvia issue. Your Gemfile just needs to match whatever database adapter you are using. You are using mysql. We use mysql2 everywhere. Although I do suppose database.yml.example is misleading by mentioning mysql. I'll change that to mysql2.