Commit Graph

  • 3d6942c257 use ruby/ include paths - really wish this would be somehow standardized for different ruby installations Mike Dirolf 2009-08-03 11:18:13 -0400
  • 3185578348 minor: gitignore Mike Dirolf 2009-08-03 11:13:10 -0400
  • 2e4a7f153f raise a more clear exception for range error on Fixnums on 64-bit Mike Dirolf 2009-08-03 11:08:10 -0400
  • 5dc64d8c1d minor: more tests that already pass Mike Dirolf 2009-07-28 15:00:54 -0400
  • 4de3f61787 minor: test that already passes Mike Dirolf 2009-07-28 14:44:35 -0400
  • fa80e356fe BUMP 0.10.1 save should always return _id, not just for new inserts 0.10.1 Mike Dirolf 2009-07-28 12:09:28 -0400
  • 7da51cc317 save returns _id as well Mike Dirolf 2009-07-28 12:08:29 -0400
  • ddf7fdf6a2 bumping extension to 0.4.1 to try to convince github to build the gem Mike Dirolf 2009-07-28 11:45:34 -0400
  • 975412426f minor: revert to old include path. will have to find a separate fix for windows Mike Dirolf 2009-07-28 11:25:11 -0400
  • ffa74ba3bb BUMP 0.10 API change - insert and save return _id. dates return as UTC. GridStore.list 0.10 Mike Dirolf 2009-07-28 10:09:03 -0400
  • f00ad75aaf minor: credits Mike Dirolf 2009-07-28 09:56:45 -0400
  • 6b9b922266 Generate _id on the client side if no _id is provided to insert/save. The generated ObjectID (or array of ObjectID's in the case of a multiple insert) is return. Closes RUBY-22 and RUBY-23. Paul Dlug 2009-07-28 07:43:20 +0800
  • 5a6a8d29a5 minor: update include paths Mike Dirolf 2009-07-20 15:22:08 -0400
  • b934c997f9 minor: tool to check if extension is installed Mike Dirolf 2009-07-17 13:29:38 -0400
  • 706d06aee0 towards a working windows build for the C extension Mike Dirolf 2009-07-17 12:16:33 -0400
  • 0d8ba577ba minor: oops - bad copy forgot semicolon Mike Dirolf 2009-07-16 16:36:07 -0400
  • 6cd976398e minor: c ext return dates as UTC, update credits, tweak last commit Mike Dirolf 2009-07-16 16:32:57 -0400
  • 91b1b0ad8f Fix dates to return as UTC. David James 2009-07-17 04:02:57 +0800
  • dbd656580d minor: fix test file for windows - open file in binary mode Mike Dirolf 2009-07-16 11:52:34 -0400
  • 73d7b5ea5d GridStore.list to list gridfs files Mike Dirolf 2009-07-15 10:06:45 -0400
  • 242d0020a5 minor: update README Mike Dirolf 2009-07-13 12:18:05 -0400
  • 3c6a02fd19 bumiping extensions to 0.3 -> compatible with driver 0.9 Mike Dirolf 2009-06-30 04:50:37 -0400
  • 1cf4d0d561 BUMP 0.9 bug fixes. don't allow invalid key names on insert. API change for index_information. bulk inserts. count() fix 0.9 Mike Dirolf 2009-06-27 19:29:53 -0400
  • 9105888d77 gitignore Mike Dirolf 2009-06-27 19:28:37 -0400
  • c6536f0d27 count() is 0 for non-existant collections, not an error Mike Dirolf 2009-06-18 09:38:55 -0400
  • 7b0da3cb7e update group Mike Dirolf 2009-06-08 11:08:59 -0400
  • 70fb0a6e6a actually send bulk insert messages Mike Dirolf 2009-06-08 09:52:18 -0400
  • 6099d3b67e attempt a fix for weird error on some systems Mike Dirolf 2009-06-05 14:52:01 -0400
  • ec6fcd33ce attempt at a fix for weird include paths Mike Dirolf 2009-06-04 16:51:34 -0400
  • f0e176f351 minor: fix warnings Mike Dirolf 2009-06-04 15:32:26 -0400
  • f73b76e5e7 update credits in README Mike Dirolf 2009-06-02 14:49:49 -0400
  • e5ce547e87 use repsert instead of checking for document existence, update tests to match new index_information API Mike Dirolf 2009-06-02 14:37:58 -0400
  • cb3823f48f Merge branch 'master' of git://github.com/jnunemaker/mongo-ruby-driver into jnunemaker/master Mike Dirolf 2009-06-02 14:20:19 -0400
  • 25e960441b API CHANGE: better, less redundant API for index_information Mike Dirolf 2009-06-02 11:24:52 -0400
  • d87a7da617 BUG RUBY-15 don't check key names on create_index operations Mike Dirolf 2009-06-02 09:38:31 -0400
  • 2743fd39b1 failing test case for index on subfield Mike Dirolf 2009-06-02 09:27:50 -0400
  • 13a9cfe83f Merge branch 'mongodb/master' John Nunemaker 2009-06-01 23:24:16 -0400
  • 71d7ff726b don't allow invalid key names on inserts Mike Dirolf 2009-06-01 17:38:11 -0400
  • 6e9a5194f9 credits Mike Dirolf 2009-06-01 09:21:59 -0400
  • c346ded1aa Fix syntax warning Jon Crosby 2009-06-01 01:41:58 +0800
  • f95102c2bb Updated save to actually check if id exists in the collection. John Nunemaker 2009-05-31 22:45:05 -0400
  • 4cfa9cbcf3 Fixed lack of parenthesis ruby warning that I was receiving on 1.8.6. John Nunemaker 2009-05-31 22:17:20 -0400
  • 4d7f06a6be Implemented that index fields can also be specified with symbols. John Nunemaker 2009-05-31 22:16:01 -0400
  • d679a17478 BUMP 0.8 Collection#save, DB#previous_error and DB#reset_error_history 0.8 Mike Dirolf 2009-05-26 15:28:13 -0400
  • cabca61e0d previous_error and reset_error_history. snuck in a quick fix to OrderedHash equality Mike Dirolf 2009-05-26 15:26:20 -0400
  • dc44751d2f add credits Mike Dirolf 2009-05-18 10:02:10 -0400
  • d5bed6e43e test save Mike Dirolf 2009-05-18 09:59:10 -0400
  • 2fafddd7fa Add Collection#save Aman Gupta 2009-05-15 18:21:10 -0700
  • dfd2f1abc8 BUMP 0.7 mainly adding support for negative integers Mike Dirolf 2009-05-15 11:20:51 -0400
  • 37d6e16fe7 test and fix for BSON w/ negative integers. raise RangeError for out of range ints Mike Dirolf 2009-05-15 11:19:13 -0400
  • a9aa5e5271 fix for pure ruby encoder when _id is a falsey value. more tests Mike Dirolf 2009-05-12 14:21:17 -0400
  • 124409ee03 change test for spider monkey Eliot Horowitz 2009-05-08 17:17:58 -0400
  • 981ff1a4ce BUMP 0.6.7 group, dereference Mike Dirolf 2009-04-28 16:01:27 -0400
  • cea73c2712 dereference helper method Mike Dirolf 2009-04-28 14:55:36 -0400
  • a153eae543 minor: remove To Dofrom README Mike Dirolf 2009-04-27 14:20:28 -0400
  • 29cdfe64f1 add group method on collections Mike Dirolf 2009-04-27 14:19:38 -0400
  • 2dffc4b504 don't set _id to default value for hash Mike Dirolf 2009-04-24 10:03:40 -0400
  • 1c5bb1405f remove entire output dir, not just a single version Mike Dirolf 2009-04-23 15:39:57 -0400
  • bb6d0330c2 BUMP 0.6.6 a bunch of minor updates Mike Dirolf 2009-04-23 11:09:49 -0400
  • c5ccdfe5b8 update tests for auto create _id index Mike Dirolf 2009-04-22 15:23:46 -0400
  • 02b37f6e48 decoder for data_timestamp Mike Dirolf 2009-04-22 13:49:56 -0400
  • 1312c70677 add support for unique index creation Mike Dirolf 2009-04-21 14:44:57 -0400
  • a2898effb4 no longor drop_indexes when we drop_collection Mike Dirolf 2009-04-16 09:55:50 -0400
  • 0aec898596 generate documentation in directory specific to version number Mike Dirolf 2009-04-14 16:53:42 -0400
  • 0818627108 drop database before doing benchmarking Mike Dirolf 2009-03-24 12:01:08 -0400
  • 7f5fce680e oops Mike Dirolf 2009-03-23 13:30:55 -0400
  • 2d841222b7 update c extension so it works on 1.8 and 1.9 Mike Dirolf 2009-03-23 12:14:38 -0400
  • 6a4ce41bb4 use gem1.9 if we used rake1.9 Mike Dirolf 2009-03-23 12:13:44 -0400
  • ac4dde5d76 we still need to define ==, even in 1.9 Mike Dirolf 2009-03-23 11:51:35 -0400
  • 6171b480d7 try the build again Mike Dirolf 2009-03-19 15:53:28 -0400
  • 802e6d9a3f update README w/ info about installing extension Mike Dirolf 2009-03-19 14:56:54 -0400
  • 595a9464bb second gem for extensions Mike Dirolf 2009-03-19 13:54:46 -0400
  • 9e12025727 setup extension gem Mike Dirolf 2009-03-19 13:12:30 -0400
  • 4e386c8cff change require path for extension Mike Dirolf 2009-03-19 13:11:43 -0400
  • 9cf2344c41 list files manually so they work w/ github. remove extension bits since that will be made a second gem Mike Dirolf 2009-03-19 13:09:59 -0400
  • e60387f2fe c enc/decoder for new-style dbrefs Mike Dirolf 2009-03-18 13:54:33 -0400
  • 5545f3c943 new-style dbref for ruby enc/decoders Mike Dirolf 2009-03-18 13:30:30 -0400
  • ceb994d656 get extension to build on gem install Mike Dirolf 2009-03-17 17:48:43 -0400
  • db7cb56fc7 remove debugging cruft Mike Dirolf 2009-03-16 09:38:07 -0400
  • 2541199903 oops didn't mean to commit this Mike Dirolf 2009-03-16 08:47:03 -0400
  • dccc442edb for now don't try to install extension Mike Dirolf 2009-03-13 17:24:16 -0400
  • 8bc4bb9962 do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing Mike Dirolf 2009-03-13 17:09:19 -0400
  • 1840c23364 include c extension in gem Mike Dirolf 2009-03-13 15:25:24 -0400
  • ff5507ad26 a bunch of updates to the gemspec Mike Dirolf 2009-03-13 15:22:01 -0400
  • 2500996ce4 more debugging Mike Dirolf 2009-03-13 15:05:49 -0400
  • c706e79813 use configurable extension for installing c ext Mike Dirolf 2009-03-13 12:04:54 -0400
  • 13c407cd85 support for db.eval Mike Dirolf 2009-03-13 11:03:52 -0400
  • 4e406ac7c9 count doesn't exist on cursors, just collections Mike Dirolf 2009-03-12 18:38:11 -0400
  • 888d2bac7c bump version - a bunch of fixes Mike Dirolf 2009-03-12 17:37:49 -0400
  • ce406d92f7 test and update gemspec Mike Dirolf 2009-03-12 17:25:23 -0400
  • 37044a38f5 rescue a few more types of exceptions Mike Dirolf 2009-03-12 16:40:02 -0400
  • 0d72ad3cdf c encoder/decoder for new Code type Mike Dirolf 2009-03-12 16:12:52 -0400
  • 4e06c63972 fix warning Mike Dirolf 2009-03-12 16:01:13 -0400
  • 0f546eb5c5 add new code type rather than doing hacks based on field name. use code_w_scope instead of code Mike Dirolf 2009-03-12 15:34:15 -0400
  • d3594fe8b5 update types in example Mike Dirolf 2009-03-12 15:33:13 -0400
  • 7e6e11ba99 only mask socket errors Mike Dirolf 2009-03-12 14:31:37 -0400
  • 401922ca63 check count after as well Mike Dirolf 2009-03-11 13:42:19 -0400
  • acaf635e33 count checks Mike Dirolf 2009-03-11 13:37:42 -0400
  • d8a8c03a81 need to initialize this Mike Dirolf 2009-03-11 11:37:18 -0400
  • 68807b8df5 a couple of fixes Mike Dirolf 2009-03-11 10:49:30 -0400