mongo-ruby-driver/lib/mongo
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
..
gridfs test and fix for Grid#delete 2010-03-23 17:00:31 -04:00
util merge new bson commits 2010-03-19 15:23:24 -04:00
collection.rb log messages read like valid ruby driver code 2010-03-23 22:40:43 -07:00
connection.rb merge new bson commits 2010-03-19 15:23:24 -04:00
cursor.rb More flexible :fields option, supporting {} 2010-03-26 13:58:18 -07:00
db.rb added indexing options: background, geo, dropDups, etc. 2010-03-16 15:59:26 -04:00
exceptions.rb raise exception on authentication failure 2010-02-24 13:05:45 -05:00
gridfs.rb minor: docs 2010-03-01 10:39:50 -05:00