aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-0125-61/+213
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-016-2/+28
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-316-1/+28
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-221-9/+9
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-191-1/+1
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-196-12/+35
* Set a high default salary within the validation rangeDavid Heinemeier Hansson2004-12-194-4/+4
* Added Developer#salary for the type testsDavid Heinemeier Hansson2004-12-194-1/+5
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-192-4/+5
* 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