Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

bundle exec rake db:setup fails when using sqlite3 #9

@yoanisgil

Description

@yoanisgil

The command to setup the database fails with the following error trace:
Please install the sqlite3 adapter: gem install activerecord-sqlite3-adapter (sqlite3 is not part of the bundle. Add it to Gemfile.)
/
Couldn't create database for {"adapter"=>"sqlite3", "database"=>"db/development.sqlite3"}
Please install the sqlite3 adapter: gem install activerecord-sqlite3-adapter (sqlite3 is not part of the bundle. Add it to Gemfile.)

After adding the following line:

gem 'sqlite3'

to the Gemfile the issue is resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions