Sha256: b68e9e7fc701cd917e0d5dd2a3e3697a0d8994baa156a274cac0c87116190136

Contents?: true

Size: 756 Bytes

Versions: 5

Compression:

Stored size: 756 Bytes

Contents

delayed_job_shallow_mongoid
===========================

This library short-circuits serialization of [Mongoid](http://mongoid.org) model instances when a delayed job is called on them, or when they're passed as arguments to a delayed job. Rather than generate and store the fully-serialized YAML, a simple stub is stored. When the job is run, the stub is recognized and a `find` is done to look up the underlying document. If a referenced model isn't found at this point, the job simply does nothing.

Contributions
-------------

* Contributions encouraged. Feature branches appreciated.
* Development generously supported by [Art.sy](http://art.sy).

Copyright
---------

Copyright (c) 2011 Joey Aghion, Art.sy Inc. See LICENSE.txt for further details.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
delayed_job_shallow_mongoid-0.4.0 README.md
delayed_job_shallow_mongoid-0.3.0 README.md
delayed_job_shallow_mongoid-0.2.8 README.md
delayed_job_shallow_mongoid-0.2.7 README.md
delayed_job_shallow_mongoid-0.2.6 README.md