0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Mar 21, 2025 — Mar 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped version to 0.0.6 More... over 13 years ago
Mistakenly used MiniTest:Mock instead of mock(), causing Mocha to get a little confused. Added some slightly more explicit dependency versioning to the gemspec. More... over 13 years ago
Bump to version 0.0.5 More... almost 14 years ago
Supporting Orient-DB 1.0.1 by recognizing protocol 12 (but connecting as protocol 9). More... almost 14 years ago
Updated the readme to reflect that the gem was tested against Ruby 1.9.2 More... almost 14 years ago
Bumped version. More... almost 14 years ago
Removed usage of String#unpack and Array#pack because Ruby 1.9.2 does not support reading big-endian signed numbers on platforms that are natively little-endian. Replaced pack/unpack with the BinData gem. Added support for connecting to servers that implement protocol versions 10 and 11, but are backward compatible with version 9 (which is the highest version currently implemented in this gem). More... almost 14 years ago
Fixed a typo in the readme. More... almost 14 years ago
Bumped version to 0.0.3 More... almost 14 years ago
Serializer will now accept symbols or strings as keys in the :structure property of a record. Opened up a code path for the creation of in-memory databases, but this is experimental. OrientDB itself has some bugs surrounding in-memory databases right now. Updated the documentation. More... almost 14 years ago
Bumped version to 0.0.2 More... almost 14 years ago
Removed implicit binary serialization. In practice, it just doesn't work in a Load/Update scenario because all strings come out of network as ASCII-8BIT. More... almost 14 years ago
Not sure why I started using throw. I think it's because my work on this gem got interrupted by some C++ work, and the throw followed me back... More... almost 14 years ago
Fixed a bug in the handling of parameters to DatabaseSession#delete_record Connection#query now returns the result set instead of the protocol message struct. More... almost 14 years ago
Renamed the database session command method to query. Port can now be a string when connecting. More... almost 14 years ago
Fixed a typo in the README More... almost 14 years ago
More testing. Fixes for Protocol 9. More... almost 14 years ago
Added description to gemspec More... almost 14 years ago
Nearly complete initial implementation. More... almost 14 years ago
Got carried away. Massive update. More... almost 14 years ago
Cleanup. More... almost 14 years ago
Initial commit. More... almost 14 years ago