forked from cheald/mongomapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistory
More file actions
24 lines (21 loc) · 1.03 KB
/
Copy pathHistory
File metadata and controls
24 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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