aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/acts
Commit message (Expand)AuthorAgeFilesLines
* Remove empty actsJeremy Kemper2007-09-112-0/+0
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-96/+0
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-111-211/+0
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-101-253/+0
* Formatting and grammatical fixes for the acts_as_* documentation [seanhussey,...Michael Koziarski2007-08-283-30/+30
* acts_as_nested_set: direct_children is sorted correctly. Closes #4761.Jeremy Kemper2007-05-301-1/+1
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-272-0/+16
* acts_as_nested_set works with single-table inheritance. Closes #6030.Jeremy Kemper2007-01-121-10/+10
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-151-12/+12
* Doc fix (closes #5504) [lee@omara.ca]David Heinemeier Hansson2006-07-051-2/+14
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-293-6/+3
* The style police makes an expection on acts_as_tree (closes #4168) [coffee2code]David Heinemeier Hansson2006-03-181-25/+29
* Don't hardcode id in acts_as_list. Closes #3370Michael Koziarski2006-01-141-1/+1
* Make sure the acts_as_list_class is resolved relative to the global namespaceJamis Buck2005-11-101-1/+1
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-101-12/+16
* 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-263-20/+21
* 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
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-1/+1
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-5/+7
* Fixed that assume_bottom_position (in acts_as_list) could be called on items ...David Heinemeier Hansson2005-07-101-1/+1
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-011-1/+18
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-262-10/+7
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-251-8/+22
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+212
* Added insert_at(position) to acts_as_list #1083 [DeLynnB]David Heinemeier Hansson2005-04-171-4/+28
* Removed broken attempt to DRY module ClassMethod #970David Heinemeier Hansson2005-04-022-0/+10
* Automatically extend the class which gets a module included with the ClassMet...David Heinemeier Hansson2005-04-022-10/+0
* Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...David Heinemeier Hansson2005-03-201-1/+1
* Added a bit more documentation on how to use the instance methods for acts_as...David Heinemeier Hansson2005-01-151-11/+14
* Removed silly change caused by inability to grok own code at 3 amDavid Heinemeier Hansson2005-01-141-8/+8
* Changed add_to_list_top and add_to_list_bottom to be publicDavid Heinemeier Hansson2005-01-141-10/+10
* Fixed default scope of acts_as_list from "1" to "1 = 1", so itll work in Post...David Heinemeier Hansson2005-01-111-1/+1
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@312 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-021-34/+0
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-311-2/+3
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-291-45/+56
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-13/+13
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-57/+58
* Improving documentation...David Heinemeier Hansson2004-12-163-197/+159
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-164-0/+293