sam / dm-core

DataMapper - Core

This URL has Read+Write access

Dan Kubb (author)
Sun Dec 07 21:42:51 -0800 2008
commit  9f7395a74678d07ec9751525ce3e385dff85a102
tree    06ef6288aa51d8dd95a3f4679d8bde1610cddebf
parent  438d06207fcce172fab0ea0f2bb6b1f39cb12923
dm-core / History.txt
100644 17 lines (12 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== 0.9.8 / 2008-12-07
 
* 3 minor enhancements:
 
  * Updated Resource#inspect to not lazy-load unloaded attributes.
  * Updated ManyToOne::Proxy to delegate #class to parent. This will
    allow the Merb resource() route helper method to use the association
    proxy to generate the URL.
  * Updated Resource#attributes= to respect method visibility. This means
    that only public mutators will set the attribute value.
 
* 1 bug fix:
 
  * Fixed regression where an update to a resource with a lazy property
    could cause the record to reload when accessing the lazy property,
    clobbering any changes made prior.