Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

mongo is dead. love live moped. #30

@ahoward

Description

@ahoward

mongoid is the top ODM for use in rails' projects attm, and it's dropping support for the mongo drive in lieu of moped

https://github.com/mongoid/moped

most importantly 'mongo' and 'moped' cannot co-exist in the same codebase to people using mongoid will soon not be able to use central_logger in rails' projects.

there seems to be two main ways forward

  1. factor out a driver layer in the code (if defined?(Mongo) AND if defined?(Moped))

  2. drop mongo support entirely and move to moved.

thoughts?

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