aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/mixin_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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