README.rdoc in vidibus-inheritance-0.3.11 vs README.rdoc in vidibus-inheritance-0.3.12

- old
+ new

@@ -88,9 +88,16 @@ attrs.delete("salary") if mutated? # preserve custom salary update_attributes(attrs) end +== TODO + +* Removed items will be re-added when inheritance is performed again. Introduce paranoid behaviour for embedded collection items? Or add a list of deleted associations like _destroyed_children? +* Use delayed_job for inheritance across a huge pedigree. +* Maybe use UUID for children to ensure portability across the network? + + == Copyright Copyright (c) 2010 Andre Pankratz. See LICENSE for details.