You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
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
factor out a driver layer in the code (if defined?(Mongo) AND if defined?(Moped))
drop mongo support entirely and move to moved.
thoughts?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
factor out a driver layer in the code (if defined?(Mongo) AND if defined?(Moped))
drop mongo support entirely and move to moved.
thoughts?
The text was updated successfully, but these errors were encountered: