Michal Krause
Results
2
issues of
Michal Krause
It seems to me that `MongoODM::Criteria` delegates `count` method to `Collection` instead of `Cursor` in `method_missing`. The following code ``` User.find({ :active => true }).count ``` should return number of...
bug
I have found that `MongoODM::Document` mixes default field values with values given to `new` method as arguments during fields initialization. I found situation when this behavior doesn't play well. The...
feature