Sha256: 7545a4b3b01528313b735faee14390e85bac4a25fde5883d39afdc1350062a4f

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

0.2.1(working)
* 1 major addition
  * Added Document#paginate which works just like find but adds pagination

0.2.0 7/7/2009
* 2 major additions (observers, associations), several minor additions, and a few bug fixes
  * Added observers
  * many now supports embedded docs or docs in another collection (dcu on github)
  * added belongs_to association (dcu)
  * added validates_uniqueness_of (dcu)
  * added :unique key shortcut to add validates_uniqueness_of automatically
  * now tracking descendants of document (dcu)
  * added validates_exclusion_of and validates_inclusion_of
  * Bumped required version of validatable for callback fixes
  * More thorough use of converting find conditions and options to mongo speak
  * #attributes= no longer bombs when given nil
  
0.1.2 7/3/2009
* 2 minor changes
  * Straightened out callbacks and added validate, validate_on_create and validate_on_update.
  * Attributes passed into attributes= now call writer methods if they exist. This is mostly for virtual attributes.
  
0.1.1 6/28/2009
* 1 minor change
  * bumped ruby driver to 0.9 and removed hacks I had in while waiting for it
  
0.1.0 6/26/2009
* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fcoury-mongomapper-0.3.0 History