aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/mixins.yml
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Moved acts_as_tree into a plugin of the same name on the official Rails svn (...David Heinemeier Hansson2007-09-111-63/+0
* Moved acts_as_nested_set into a plugin of the same name on the official Rails...David Heinemeier Hansson2007-09-111-18/+0
* Remove acts_as_list. Users are advised to install the new plugin. Reference...Michael Koziarski2007-09-101-17/+0
* acts_as_nested_set: direct_children is sorted correctly. Closes #4761.Jeremy Kemper2007-05-301-2/+2
* acts_as_nested_set works with single-table inheritance. Closes #6030.Jeremy Kemper2007-01-121-0/+18
* Fix for deep includes on the same association.Jeremy Kemper2006-08-141-0/+20
* acts_as_list plays nicely with inheritance by remembering the class which dec...Jeremy Kemper2005-11-101-0/+9
* Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...David Heinemeier Hansson2005-11-091-1/+11
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-091-1/+11
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+30
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-221-9/+9
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-7/+23
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-151-0/+14