Sha256: dc81f2aa4aa8310ed19526073d5c4ce9362827fcaa5ce8b408e63b4bbec396bc
Contents?: true
Size: 1.14 KB
Versions: 21
Compression:
Stored size: 1.14 KB
Contents
= mongoo == Latest Version: 0.3.0 Usage (normal): require 'mongoo' Mongoo.conn = lambda { Mongo::Connection.new("localhost", 27017, :pool_size => 5, :timeout => 5) } Mongoo.db = "mongoo-test" Usage (async/em-synchrony): require 'mongoo' require 'mongoo/async' Mongoo.conn = lambda { Mongo::Connection.new("localhost", 27017, :pool_size => 5, :timeout => 5) } Mongoo.db = "mongoo-test" == Contributing to mongoo * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2010 Ben Myles. See LICENSE.txt for further details.
Version data entries
21 entries across 21 versions & 1 rubygems