Ancestry v1.2.0 Release Notes

Release Date: 2009-11-07 // over 14 years ago
    • โœ‚ Removed some duplication in has_ancestry
    • ๐Ÿ”Œ Cleaned up plugin pattern according to http://yehudakatz.com/2009/11/12/better-ruby-idioms/
    • ๐Ÿšš Moved parts of ancestry into seperate files
    • Made it possible to pass options into the arrange method
    • Renamed acts_as_tree to has_ancestry
    • Aliased has_ancestry as acts_as_tree if acts_as_tree is available
    • โž• Added subtree_of scope
    • Updated ordered_by_ancestry scope to support Microsoft SQL Server
    • โž• Added empty hash as parameter to exists? calls for older ActiveRecord versions