ActiveMongo icon indicating copy to clipboard operation
ActiveMongo copied to clipboard

Simple and efficient ActiveRecord data abstraction for MongoDB

Results 8 ActiveMongo issues
Sort by recently updated
recently updated
newest added

- Updated find() to include all functionality from find() in the underlying collection. - Added findOne() support - Added a bunch of additional find wrappers - Modified to be aware...

Sorry, I accidentally clobbered an important line in my previous commit. You want this one (passes all tests.)

delete wasn't working with extended cursors (find and modify). This fixes that.

Hi. I am getting an error when using insert function. Catchable fatal error: Argument 2 passed to MongoCollection::insert() must be an array, boolean given, called in E:\xampp\htdocs\Denis\ActiveMongo-master\testing\file1.php on line 22...

Is there any way to use gridFS with activemongo? Or at least a work around?

`get_static_variables` should be `get_static_variable`

You need to add namespaces to make it work with SplClassLoader

hey there! thanks for turning on the issue tracker! :) would you mind making up some quick examples for those two features? - Efficient references to another document, and an...