Sal Scotto

Results 29 comments of Sal Scotto

do this on linux to work with a newer mongoc driver curl -LJO https://github.com/mongodb/mongo-c-driver/releases/download/1.15.1/mongo-c-driver-1.15.1.tar.gz tar xvf mongo-c-driver-1.15.1.tar.gz cd mongo-c-driver-1.15.1 mkdir cmake-build cmake -DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF -DCMAKE_BUILD_TYPE=Release make sudo make install sudo touch...

it also helps if you define the logger used by mongoc @logger = ... setup your file logger here as the default will send to STDOUT and if that descriptor...

ive made quick 2 pull requests to mke the driver work under 1.15 it needs an init and cleanup call

when this brnch goes up to master if this isnt done, ill pop a fork and add my implementation for mongoid as a pr. i have it as a few...

ive got a working model, once 4-0-0-0 is up ill make a pr with the data. it supports aggregate queries and normal document lookups. if your using mongodb 3.0 or...

try this: bundle exec passenger-config compile-agent --force issue compiled agent agaent system default ruby 2.3 and your loading ruby 2.5 runtime, there is something there that causes some weirdness i...

something tells me the Key object will need to be modified to carry a ref to the db name or obejct to accomplish this, it also assumes your using 2...

ill look over this while im traveling this week, gives me something todo while wait for connection flights

you can merge whatever you like, this module was made for a previous job, and i no longer use it myself, so whatever you would like merge is fine by...

did you find a solution?