Commit Graph

1593 Commits

Author SHA1 Message Date
Kyle Banker 40b481ad3c RUBY-111 2010-03-31 15:16:12 -04:00
Kyle Banker a07662a898 minor: removed test for bad comparison in windows 2010-03-31 14:24:14 -04:00
Kyle Banker 30b6ca6270 minor: better test names 2010-03-30 13:51:05 -04:00
Kyle Banker 99d421d950 minor: docs 2010-03-30 13:35:36 -04:00
Kyle Banker 256c12c558 minor: docs 2010-03-30 13:33:03 -04:00
Kyle Banker 85fd06f990 options to delete old versions of GridFileSystem files 2010-03-30 13:22:22 -04:00
Kyle Banker c276a23615 minor: use $ with query and orderby params on query message 2010-03-30 12:26:57 -04:00
Kyle Banker 284c442c46 filename is now optional for Grid#put RUBY-116 2010-03-30 11:54:23 -04:00
Kyle Banker b87e3dd3fb docs and tests for fields option with a hash 2010-03-27 08:58:16 -07:00
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
Kyle Banker a94a870202 log messages read like valid ruby driver code 2010-03-23 22:40:43 -07:00
Mike Dirolf aa86c03bd5 test and fix for Grid#delete 2010-03-23 17:00:31 -04:00
Mike Dirolf 3fdd8c3f7a doc: option is pk not pk_factory (although pk_factory is probably a better name) 2010-03-23 14:35:50 -04:00
Kyle Banker 6139c27df0 included old BSON constant for deprecation warning 2010-03-19 18:10:18 -04:00
Kyle Banker 372f578389 minor: test fix 2010-03-19 16:00:17 -04:00
Kyle Banker f2bc05f51c merge new bson commits 2010-03-19 15:23:24 -04:00
Kyle Banker 4008752b02 RUBY-113 allow has_next for cursors 2010-03-19 14:31:31 -04:00
Kyle Banker 3e8c8d5c93 added error checking for array of arrays on index creation 2010-03-19 14:31:10 -04:00
Kyle Banker acdcf6a823 test demonstrating new features in 1.4 2010-03-19 14:05:31 -04:00
Charles Remes b669b625cc Changed RREGEXP_SOURCE macro to RREGX_SRC so it matches all rubies 2010-03-19 09:10:08 -05:00
Charles Remes dfe93cb65c Fixed a require path for OrderedHash which is now under mongo_bson 2010-03-17 16:06:42 -05:00
Charles Remes 1bbe2c92a5 Edit the gemspec to pick up the correct files for the ruby driver 2010-03-17 15:22:58 -05: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
Charles Remes 18d7d1c699 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:30:33 -05:00
Kyle Banker 367f9b32cc added indexing options: background, geo, dropDups, etc. 2010-03-16 15:59:26 -04:00
Kyle Banker 9dd1a5c2e3 added authentication support for copy_database 2010-03-16 13:56:30 -04:00
Kyle Banker 38d6401d1a warn if saving zero-length file 2010-03-15 18:25:46 -04:00
Kyle Banker 8faa243484 added sort to query logging RUBY-101 2010-03-15 11:51:22 -04:00
Kyle Banker 661a0a4120 update version for development 2010-03-04 11:34:07 -05:00
Kyle Banker 3a01a75645 minor: docs 2010-03-04 11:32:59 -05:00
Kyle Banker 3a5d162a22 minor: doc fix 2010-03-02 12:24:52 -05:00
Kyle Banker 4229402b81 BUMP 0.19.1 2010-03-02 11:25:42 -05:00
Kyle Banker 0709b98082 Rails 3 HashWithIndifferentAccess fixes 2010-03-02 11:11:07 -05:00
Kyle Banker 2251d8f61b BUMP 0.19 2010-03-01 12:28:14 -05:00
Kyle Banker 9d51f49339 minor: fix 2010-03-01 12:18:57 -05:00
Kyle Banker e3d746096d minor: docs 2010-03-01 12:09:21 -05:00
Kyle Banker 85076b2684 minor: docs 2010-03-01 10:39:50 -05:00
Kyle Banker 2d9e10c192 CBson HashWithIndifferentAccess error 2010-02-27 12:22:34 -05:00
Kyle Banker fb3ed36188 minor: test fixes 2010-02-25 16:40:48 -05:00
Kyle Banker 824573f297 warn if index fails to create 2010-02-25 16:40:35 -05:00
Kyle Banker c0e8a525bd reauthenticate on reconnect 2010-02-25 14:58:32 -05:00
Kyle Banker c05503d42d minor: aliases for gridfs 2010-02-24 15:25:26 -05:00
Kyle Banker 864abe3dce gridfs docs 2010-02-24 15:24:01 -05:00
Kyle Banker c82b61ffc9 remove deprecated methods DB#admin and DB#db_command 2010-02-24 13:40:04 -05:00
Kyle Banker a133fdd4e8 minor: readme fix 2010-02-24 13:05:55 -05:00
Kyle Banker 3479317098 raise exception on authentication failure 2010-02-24 13:05:45 -05:00
Kyle Banker 60832b7895 removed unneeded test 2010-02-23 21:20:19 -05:00
Kyle Banker f126518566 use mime types only if we can load it 2010-02-23 18:25:28 -05:00
Kyle Banker ff63165bdd content type detection for gridfs 2010-02-23 18:03:11 -05:00
Kyle Banker c37ee7cd3c minor: GridFileSystem is its own class 2010-02-23 17:41:35 -05:00