aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/mixin_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-091-0/+9
* Fix testsDavid Heinemeier Hansson2005-09-111-19/+16
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-0/+19
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-091-2/+28
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-0/+9
* Fix acts_as_list such that moving next-to-last item to the bottom does not re...Jamis Buck2005-07-201-0/+16
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-11/+11
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-75/+75
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+1
* Added insert_at(position) to acts_as_list #1083 [DeLynnB]David Heinemeier Hansson2005-04-171-3/+27
* Added tests for acts_as_list with scope is null #378 [Tim Bates]David Heinemeier Hansson2004-12-311-0/+6
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-221-1/+5
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-56/+150
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-161-2/+2
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-161-0/+10
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-161-3/+8
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-161-1/+0
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-44/+67
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-151-0/+101