Results 16 issues of Steve Sloan

Automatically detects when `IO` objects are passed as variables, and uses a multipart request to stream the contents (according to the [GraphQL Multipart Request spec](https://github.com/jaydenseric/graphql-multipart-request-spec/)). Tested against [apollo_upload_server-ruby](https://github.com/jetruby/apollo_upload_server-ruby).

Allow for selective tailing of the oplog, as documented [in the Wire Protocol](http://docs.mongodb.org/meta-driver/latest/legacy/mongodb-wire-protocol/#op-query) (sort of), and to maintain feature parity with [the official Ruby driver](https://github.com/mongodb/mongo-ruby-driver/blob/5b64dacc8e6b72a16b67035a484255374a3dc3cd/lib/mongo/protocol/query.rb#L119).

We're seeing several of these per week, for the last few months, with no obvious cause. We're running our own replica set (v2.4.1, on EC2), and are only seeing this...

Implements various convenience functions and some of the ActiveRecord API. Should be fully backward compatible, except for the return value on #save. Note: this includes several un-merged commits from the...

feature

As a former user of MongoMapper, and a current frustrated user of Mongoid, I'm very excited about MongoODM and the design you've implemented. I'd like to start using it for...

feature

I debated on whether it was worth including will_paginate for such little functionality, but decided it was better to stick with the standard than reinvent the wheel. Note: this includes...

feature

Would like to specify caching policy to be included in the response, so that content can be cached by front-end (e.g. varnish).

Would like to have response include the content filename in the content-disposition header (default to 'inline'?)

Torrent HTML has links to group (e.g. "Audio") and category (e.g. "Music"). Existing `category` field has group name, this uses the larger number to get category for `category_num`.