The driver will allow Ruby apps to save, retrieve, write and use data stored in MongoDB databases.
Tested to work on Ruby 1.8.6, 1.8.7, and 1.9.2, and JRuby 1.5.1.
Here are some key features of "MongoDB Ruby Driver":
· Primary Keys
· DB Class
· Cursors
· Thread Safety
· Connection Pooling
· String Encoding
· Forking
· Socket Timeouts
· Documentation
What's New in This Release: [ read full changelog ]
· Added ability to authentication via secondary if primary node unavailable
· Replica set refresh interval now enforces a lower bound of 60 seconds
· Added documentation for dropping indexes, collections, databases
· Test output cleanup (...)s unless failure occurs