Results 10 comments of Steve Sloan

I dug into the Ruby C code and it looks like it's failing in SSLSocket because the passed socket isn't a File, i.e. "Check_Type(io, T_FILE)". I don't know how it...

I'm having the same issue, and I suspect it's related to having a non-ObjectID `_id` field. I have a collection where the IDs are strings and I can't delete or...

v1.4.4 (the getsentry page lists all gem versions at the bottom)

I so no reason not to include it. Who can have too many convenience functions?

Added a few more minor fixes.

I fixed this a while back in my fork, here: https://github.com/CodeMonkeySteve/mongo_odm/commit/f4a55fef6522f94feb50024192883fd4e74c7b48 Feel free to cherry-pick it.

I hereby license my existing contributions to this project under the terms of the Apache 2.0 license.

Right, sorry. This fix was necessary to use the `thepiratebay.rocks` proxy, as it has absolute hrefs on torrent links. Not sure how best to test that.

`type: 'text'` works for me (with an HTML response).

``` $ curl-config --version lib curl 7.19.6 $ sudo ldconfig -v | grep curl libcurl.so.4 -> libcurl.so.4.1.1 ```