mongo-ruby-driver/docs/CREDITS.md

124 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

# Credits
2009-12-07 20:46:39 +00:00
Adrian Madrid, aemadrid@gmail.com
2009-12-07 20:46:39 +00:00
* bin/mongo_console
* examples/benchmarks.rb
* examples/irb.rb
* Modifications to examples/simple.rb
* Found plenty of bugs and missing features.
* Ruby 1.9 support.
* Gem support.
* Many other code suggestions and improvements.
Aman Gupta, aman@tmm1.net
2009-12-07 20:46:39 +00:00
* Collection#save
2010-04-29 15:11:53 +00:00
* Noted bug in returning query batch size.
2009-12-07 20:46:39 +00:00
Jon Crosby, jon@joncrosby.me
2009-12-07 20:46:39 +00:00
* Some code clean-up
John Nunemaker, http://railstips.org
2009-12-07 20:46:39 +00:00
* Collection#create_index takes symbols as well as strings
* Fix for Collection#save
* Add logger convenience methods to connection and database
David James, djames@sunlightfoundation.com
2009-12-07 20:46:39 +00:00
* Fix dates to return as UTC
Paul Dlug, paul.dlug@gmail.com
2009-12-07 20:46:39 +00:00
* Generate _id on the client side if not provided
* Collection#insert and Collection#save return _id
Durran Jordan, durran@gmail.com
2009-12-07 20:46:39 +00:00
* DB#collections
* Support for specifying sort order as array of [key, direction] pairs
2010-01-25 18:45:42 +00:00
* OrderedHash#update aliases to merge!
2009-12-07 20:46:39 +00:00
Cyril Mougel, cyril.mougel@gmail.com
2009-12-07 20:46:39 +00:00
* Initial logging support
* Test case
Jack Chen, chendo on github
2009-12-07 20:46:39 +00:00
* Test case + fix for deserializing pre-epoch Time instances
Michael Bernstein, mrb on github
2010-11-03 22:07:50 +00:00
* Cursor#sort
2009-12-07 20:46:39 +00:00
Paulo Ahahgon, pahagon on github
2009-12-07 20:46:39 +00:00
* removed hard limit
Les Hill, leshill on github
2009-12-07 20:46:39 +00:00
* OrderedHash#each returns self
Sean Cribbs, seancribbs on github
2009-12-16 19:04:47 +00:00
* Modified standard_benchmark to allow profiling
* C ext for faster ObjectID creation
2009-12-07 20:46:39 +00:00
Sunny Hirai
2009-12-07 20:46:39 +00:00
* Suggested hashcode fix for Mongo::ObjectID
* Noted index ordering bug.
2009-12-16 19:04:47 +00:00
* GridFS performance boost
2009-12-07 20:46:39 +00:00
Christos Trochalakis
2009-12-07 20:46:39 +00:00
* Added map/reduce helper
Blythe Dunham
2009-12-07 20:46:39 +00:00
* Added finalize option to map/reduce
2010-01-25 18:45:42 +00:00
Matt Powell (fauxparse)
2010-01-25 18:45:42 +00:00
* Added GridStore#mv
Patrick Collison
2010-01-25 18:45:42 +00:00
* Added safe mode for Collection#remove
2010-04-05 21:05:30 +00:00
Chuck Remes
2010-04-05 21:05:30 +00:00
* Extraction of BSON into separate gems
* Extensions compile on Rubinius
2010-09-20 18:30:20 +00:00
* Performance improvements for INT in C extensions
2010-10-04 19:19:04 +00:00
* Performance improvements for JRuby BSON encoder and callback classes
2010-04-05 21:05:30 +00:00
Dmitrii Golub (Houdini) and Jacques Crocker (railsjedi)
2010-04-05 21:05:30 +00:00
* Support open to exclude fields on query
2010-04-29 15:11:53 +00:00
dfitzgibbon
2010-04-29 15:11:53 +00:00
* patch for ensuring bson_ext compatibility with early release of Ruby 1.8.5
2010-09-20 18:30:20 +00:00
Matt Taylor
2010-09-20 18:30:20 +00:00
* Noticed excessive calls to ObjectId#to_s. As a result, stopped creating
log messages when no logger was passed to Mongo::Connection. Resulted in a significant
performance improvement.
Hongli Lai (Phusion)
2010-09-20 18:30:20 +00:00
* Significant performance improvements. See commits.
Mislav Marohnić
2010-09-20 18:30:20 +00:00
* Replaced returning with each_with_object
2010-12-15 20:29:36 +00:00
Alex Stupka
* Replica set port bug