aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/acts/tree.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-151-12/+12
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-2/+1
* The style police makes an expection on acts_as_tree (closes #4168) [coffee2code]David Heinemeier Hansson2006-03-181-25/+29
* Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...David Heinemeier Hansson2005-11-091-2/+2
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-6/+7
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-091-1/+6
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-091-10/+28
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-011-1/+18
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-021-0/+5
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-021-5/+0
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-311-2/+3
* Improving documentation...David Heinemeier Hansson2004-12-161-31/+35
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-0/+40