On Fri, Apr 12, 2013 at 11:41:15AM -0700, Reed Law wrote:
>
> Because our application needs features in mongoid 3.x I have begun
> implementing a new storage based on John Mettraux' ruote-mon storage.
> Mongoid 3 is using it's own mongodb driver, called moped, instead of
> 10gen's mongo-ruby-driver.
>
> Unfortunately I haven't been able to successfully implement the storage yet
> due to issues that seem to stem from multi-threading. I've got up to 33 out
> of 35 tests passing (while running ruote's test/functional/storage.rb
> against my storage).
>
> If anyone else needs this I would greatly appreciate some feedback on what
> I may be doing wrong or possible alternatives:
>
>
https://github.com/reedlaw/ruote-moped