Skip to content

Releases: amerine/acts_as_tree

v1.2.0

07 Mar 01:52
Compare
Choose a tag to compare
  • Adding new self_with_ancestors accessor — @felixbuenemann
  • roots is now a scope.

v1.1.0

07 Mar 01:49
Compare
Choose a tag to compare
  • Deprecate the ActiveRecord::Acts::Tree module in favor of ActsAsTree

v1.0.1

07 Mar 01:48
Compare
Choose a tag to compare
  • Include the Railtie for easier loading in Rails. Will reassess the forced module inclusion in the future.

v1.0.0

07 Mar 01:48
Compare
Choose a tag to compare
  • Official 1.0 release. Force users to include the ActiveRecord::Acts::Tree module.

v0.2.0

07 Mar 01:45
Compare
Choose a tag to compare
  • Rails 3 Support