aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-161-6/+2
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-161-1/+9
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-161-1/+1
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-12/+4
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-163-4/+4
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-1510-1/+91
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-142-1/+7
* Attempted to capture #286 in a unit test, but couldnt get it to failDavid Heinemeier Hansson2004-12-122-1/+5
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-091-1/+10
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-0/+6
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-014-0/+4
* InitialDavid Heinemeier Hansson2004-11-2449-0/+703