4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 18 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
group_by docs More... over 15 years ago
docs More... over 15 years ago
Completed Admin implementation. More... over 15 years ago
docs More... over 15 years ago
Implemented Admin#profiling_info. More... over 15 years ago
Fixed DATE ser/deser bug. More... over 15 years ago
Beginnings of Admin implementation. More... over 15 years ago
to-do item More... over 15 years ago
Raise an error if Cursor#to_a is called after Cursor#each but not also before. More... over 15 years ago
Added Cursor#to_a and more tests and docs. More... over 15 years ago
doc update More... over 15 years ago
Release notes section refers to the git log comments More... over 15 years ago
Added synchronization More... over 15 years ago
Fixed :sort values in tests. Commented out one test that failes due to a known Mongo bug. More... over 15 years ago
Comment about accepting a string order_by value. More... over 15 years ago
Use ordered has for orderby in QueryMessage. Accept a single string for the order_by value. More... over 15 years ago
Bug fixes: - Make sure Query#fields returns a hash, not an array. - Fix query limit by passing limit number to cursor and having it enforce the limit. (Database returns limit as first batch, but will continue to return data after the limit if requested.) Improvements: - Query#new can take a single field name instead of an array - A few doc comment improvements here and there. More... over 15 years ago
Comment about << alias More... over 15 years ago
More sorting tests. More... over 15 years ago
Added safety check for queries with unknown parameters. The idea came when I used :order instead of :sort and it silently _failed_ to work as expected ;-) More... over 15 years ago
Clearer tests for sorting and limits on queries More... over 15 years ago
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver More... over 15 years ago
Added test for :limit option on queries More... over 15 years ago
Add docs about order_by Hash/OrderedHash More... over 15 years ago
Updated copyright dates. More... over 15 years ago
Updated Adrian's credits. More... over 15 years ago
end-of-file newlines More... over 15 years ago
Added executable spec for mongo_console More... over 15 years ago
Merge branch 'master' of git://github.com/jimm/mongo-ruby-driver More... over 15 years ago
Make sure Message request id ivar matches value put into buffer. More... over 15 years ago