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

mongo is dead. love live moped. #30

Open
ahoward opened this issue Apr 26, 2012 · 1 comment
Open

mongo is dead. love live moped. #30

ahoward opened this issue Apr 26, 2012 · 1 comment

Comments

@ahoward
Copy link

ahoward commented Apr 26, 2012

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?

@astupka
Copy link
Member

astupka commented Jun 8, 2012

I noticed it only works with ruby >= 1.9.2. I could probably just branch and create a version that works with moped, assuming it passes the current central logger tests.

Some of the replica set testing meant I had to write retry loops for DML, so if moped solved that I'd be more excited.

Alex

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants