mongo-ruby-driver/test/unit
Houdini 33f4aca658 More flexible :fields option, supporting {}
This allows exact definition of the fields you want included in the query results. For example :fields => {:name => 1, :people => 0} will include the name key but exclude the people key.
2010-03-26 13:58:18 -07:00
..
collection_test.rb log messages read like valid ruby driver code 2010-03-23 22:40:43 -07:00
connection_test.rb reauthenticate on reconnect 2010-02-25 14:58:32 -05:00
cursor_test.rb More flexible :fields option, supporting {} 2010-03-26 13:58:18 -07:00
db_test.rb Try again: Split the BSON logic out to a separate gem 2010-03-17 14:55:19 -05:00