Commit Graph

124 Commits

Author SHA1 Message Date
Kyle Banker 9d8ed102b5 History. RS Doc updates. Write concern docs. 2010-11-29 14:26:26 -05:00
Kyle Banker dfe40238c9 RUBY-200 migrating confluence docs to /docs 2010-11-12 17:59:27 -05:00
Kyle Banker 9882dc61b7 minor: update gemspec and Rakefile 2010-11-04 14:26:45 -04:00
Kyle Banker 6e00094111 minor: credits and history updates. now appear in ydoc 2010-11-03 13:16:19 -04:00
Kyle Banker 980b68d7a1 minor: reorganized yardocs. starting to move tutorial and other docs to this repo. 2010-11-03 12:40:58 -04:00
Kyle Banker e21a4b897a minor: extra rake tasks for tests. don't show C ext warning when testing 2010-11-02 14:25:14 -04:00
Kyle Banker d1a0f90b5e minor: hash_with_indifferent fix 2010-10-13 18:13:47 -04:00
Kyle Banker df0377c3d4 JRuby Test fixes 2010-10-12 15:39:28 -04:00
Kyle Banker 2a7b089a9b BSON for JRuby 2010-09-30 09:43:17 -04:00
Kyle Banker 065517ac29 Fixed test bug; better replication ack tests; deprecated DB#error and DB#last_status for DB#get_last_error 2010-08-02 18:19:54 -04:00
Kyle Banker 0afa5aa412 Initial replica set support 2010-07-19 12:07:46 -04:00
Kyle Banker fa48a99425 minor: missing ydocs added 2010-06-14 18:06:25 -04:00
Kyle Banker 59b034dddc minor: renamed mongo-ruby-driver gemspec 2010-06-08 01:10:01 -04:00
Kyle Banker 828a97fbd9 minor: fix for gem build 2010-06-02 15:50:52 -04:00
Kyle Banker 2e78eb6c66 RUBY-118 2010-04-05 15:48:35 -04:00
Kyle Banker c8fc728421 updated Rakefile to build bson and bson_ext 2010-04-05 13:50:51 -04:00
Kyle Banker f2bc05f51c merge new bson commits 2010-03-19 15:23:24 -04:00
Kyle Banker acdcf6a823 test demonstrating new features in 1.4 2010-03-19 14:05:31 -04:00
Charles Remes a9b3c8e7a5 Try again: Split the BSON logic out to a separate gem
- changed the BSON constant to BSON_CODER and scoped it inside
      of a module

    - changed the directory layout for all of the BSON related files

    - updated the C extension to find the BSON files at their new
      directory locations

    - updated the C extension to use better/safer macros for accessing
      the C API; extension now compiles cleanly under rubinius/rbx

    - changed directory layout for BSON related tests

    - modified the Rakefile to understand the new layout
2010-03-17 14:55:19 -05:00
Kyle Banker c0e8a525bd reauthenticate on reconnect 2010-02-25 14:58:32 -05:00
Kyle Banker 0368e79c74 minor: tests use proper naming convention. test fix 1.8.6 2010-02-19 18:00:03 -05:00
Kyle Banker b4a95ac116 fixed autoreconnect (oops) RUBY-92 2010-02-04 18:07:45 -05:00
Kyle Banker 4080e45d7f minor: reorganized yard templates 2010-02-01 20:25:18 -05:00
Kyle Banker a8a5b585c9 added core tag for ydoc 2010-02-01 20:22:08 -05:00
Kyle Banker f6b65ba547 Added custom @see YARD template 2010-01-28 18:45:57 -05:00
Kyle Banker 5b45c0fd83 minor: ydoc generation version fix 2010-01-25 14:56:48 -05:00
Kyle Banker faa626b421 minor: clean up after tests RUBY-86 2010-01-21 14:50:08 -05:00
Kyle Banker 4024a5b333 minor: doc updates. added ydoc rake task 2010-01-07 18:35:18 -05:00
Mike Dirolf 3d103351da exit with proper status 2009-12-21 13:52:53 -05:00
Mike Dirolf e99018c84f rake tasks that should work on windows/msys 2009-12-21 13:20:56 -05:00
Mike Dirolf f2dcc3c010 minor: modeline 2009-12-21 13:09:51 -05:00
Mike Dirolf 86d517adf4 minor: don't use sudo for rake installation tasks 2009-12-02 10:12:55 -05:00
Kyle Banker d40f445c19 Fixes for 1.9 2009-12-01 17:23:24 -05:00
Kyle Banker 05b5fc576b Cleanup w/r/t loading c ext and testing it 2009-12-01 13:49:57 -05:00
Kyle Banker cdb60b378f Fixes for 1.9.1 compatibility. 2009-11-24 16:13:14 -05:00
Kyle Banker 072b025cdc Updates for connection-pooled operations on replica pairs. 2009-11-24 15:20:51 -05:00
Kyle Banker 7890d6e146 Fixes for replica pairs. 2009-11-23 13:13:14 -05:00
Kyle Banker 12454d04ad Fixes for replica pairs (unstable) 2009-11-20 17:48:41 -05:00
Kyle Banker 67b7f6b375 Refactored Query class into Cursor class. 2009-10-22 14:10:12 -04:00
Kyle Banker de5c078cec Finished removing Message classes. Made Cursor#close threadsafe. 2009-10-21 10:11:33 -04:00
Kyle Banker e40d9cec3c Deprecated Collection#clear in favor of Collection#remove. Introduced shoulda and mocha for upcoming tests. 2009-10-20 11:31:07 -04:00
Mike Dirolf fc49e8c982 move tests -> test 2009-08-18 10:07:01 -04:00
Mike Dirolf 8a6c9635d7 minor: only use gem1.9 if we used rake1.9 2009-08-17 10:14:48 -04:00
Mike Dirolf 1c5bb1405f remove entire output dir, not just a single version 2009-04-23 15:39:57 -04:00
Mike Dirolf 0aec898596 generate documentation in directory specific to version number 2009-04-14 16:53:42 -04:00
Mike Dirolf 7f5fce680e oops 2009-03-23 13:30:55 -04:00
Mike Dirolf 6a4ce41bb4 use gem1.9 if we used rake1.9 2009-03-23 12:13:44 -04:00
Mike Dirolf 9e12025727 setup extension gem 2009-03-19 13:12:30 -04:00
Mike Dirolf c706e79813 use configurable extension for installing c ext 2009-03-13 12:04:54 -04:00
Mike Dirolf c69fbb7f67 checkpoint - beginnings of c encoder 2009-03-03 17:07:22 -05:00
Mike Dirolf 27d6106376 bad test in 1.9 2009-03-02 11:49:56 -05:00
Jim Menard e17681829f Use mongo-qa only if it is in a "sister directory", not a subdirectory. 2009-01-28 14:15:21 -05:00
Jim Menard 67f7bc92b0 Fixed gem:install task 2009-01-16 16:09:31 -05:00
Jim Menard 69940a8042 Fixed gem tasks 2009-01-16 15:01:31 -05:00
Jim Menard 4cd559cd43 Moved gemspec from Rakefile to separate file 2009-01-15 16:05:45 -05:00
Jim Menard 59f32caf57 Fixed DBRef BSON format. 2009-01-15 15:12:16 -05:00
Jim Menard d34108f071 bumped up to 0.1.1 2009-01-15 11:24:12 -05:00
Jim Menard 64c6e52893 Bumped to 0.1.0 before release. 2009-01-15 09:38:21 -05:00
Jim Menard ae9c1f508a Bumped patch version. 2009-01-14 09:30:34 -05:00
Jim Menard a62d04206a Bumped up patch version 2009-01-13 09:14:21 -05:00
Jim Menard 80dd421dd9 Use mongo-qa tests if present 2009-01-12 09:48:24 -05:00
Jim Menard a36e6a669d Bumped patch version 2009-01-09 14:14:32 -05:00
Jim Menard 2513084324 Bumped patch version. 2009-01-08 15:56:19 -05:00
Jim Menard 9cea65bce0 New package task. Moved doc output dir to "html". 2009-01-08 11:42:52 -05:00
Adrian Madrid c8a9092f45 Added executable spec for mongo_console 2009-01-05 14:48:04 -07:00
Adrian Madrid 85eab63fb5 More rakefile changes. 2008-12-30 18:03:44 -07:00
Adrian Madrid 572f341bee Fixed bug with running tests with 1.9. I jus tneed to run 'rake19 test'. 2008-12-30 17:46:54 -07:00
Adrian Madrid be5c715d71 Added tasks to deal with testing and installing the gem in Ruby 1.9 2008-12-30 17:41:53 -07:00
Adrian Madrid 0c34782048 Fixed gem info 2008-12-29 16:40:59 -07:00
Jim Menard 735f94c608 Fixed rdoc task: README was renamed README.rdoc 2008-12-17 11:02:53 -05:00
Jim Menard edcac65c44 documentation tweaks 2008-12-04 16:44:21 -05:00
Jim Menard bdc4f570d6 Rake rdoc task. 2008-12-04 16:38:04 -05:00
Jim Menard 8459fcad5b Added call to db.count to example. Need to see why it's not working. 2008-12-01 19:36:20 -05:00
Jim Menard 5e3815bf69 first commit 2008-11-21 20:00:51 -05:00