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 was 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))
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?