public
Description: Awesome gem for modeling your domain and storing it in mongo
Homepage: http://mongomapper.com
Clone URL: git://github.com/jnunemaker/mongomapper.git
Click here to lend your support to: mongomapper and make a donation at www.pledgie.com !
mongomapper / History
100644 11 lines (9 sloc) 0.394 kb
1
2
3
4
5
6
7
8
9
10
11
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