Sha256: e4e6d89e946bb0f5637c2d095f12289179fc21aab50335c73030580a068edebb
Contents?: true
Size: 594 Bytes
Versions: 5
Compression:
Stored size: 594 Bytes
Contents
0.5.0 ===== * Added has_many with deferred save, which works like habtm with deferred save * Added id setters for AR >= 3.0 compatibility * HABTMs are changed in an after_save instead of before_save, dropping the need of special before_save call sequences 0.4.0 ===== * Added Rails 3.2.2 compatibility * used "before_save :callback" instead of redefining "before_save" 0.3.0 ===== * method "last" proxies to collections "last" instead of "first" * removed singleton methods into a wrapper array * renamed to "deferred_associations" 0.2.0 ===== * forked from TylerRick
Version data entries
5 entries across 5 versions & 1 rubygems