rom-mongo icon indicating copy to clipboard operation
rom-mongo copied to clipboard

Switch to driver for queries exclusively

Open solnic opened this issue 8 years ago • 3 comments

It turned out origin gem has been merged into mongoid codebase and is now considered a private API. Because of this we need to rely only on the driver. If we want a fancy query DSL, we need to build it ourselves.

solnic avatar Jun 30 '17 11:06 solnic

The tests pass with these changes to remove origin and use the driver directly.

estolfo avatar Jun 30 '17 12:06 estolfo

Is there any plan to migrate to Mongoid from the current driver instead?.

IzumiSy avatar Nov 23 '17 04:11 IzumiSy

@IzumiSy what would be the benefit of migrating to Mongoid?

solnic avatar Nov 23 '17 06:11 solnic