embedded-mongo icon indicating copy to clipboard operation
embedded-mongo copied to clipboard

Results 2 embedded-mongo issues
Sort by recently updated
recently updated
newest added

Like #7, I'd like to know how to use it with Mongoid but for version 4.0.0. A lot has changed in the last two years.

For some reason I get crashes with the following test: def test_crash_when_accessing_db conn = EmbeddedMongo::Connection.new.db("mydb", :pool_size => 5, :timeout => 5) res = conn['test']['foo'].find("_id"=>1234).to_a.first assert_equal(nil, res) end I have tried...