Sha256: 7c2b2495036563289c513c3bdab2ba40afad26907b6b1a617213494b58bb267d
Contents?: true
Size: 712 Bytes
Versions: 3
Compression:
Stored size: 712 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
delayed_job_shallow_mongoid-0.2.5 | README.rdoc |
delayed_job_shallow_mongoid-0.2.4 | README.rdoc |
delayed_job_shallow_mongoid-0.2.3 | README.rdoc |