aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions
Commit message (Expand)AuthorAgeFilesLines
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-012-0/+116
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-014-2/+26
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-314-1/+24
* 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-194-3/+7
* 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 Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-161-1/+1
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-154-1/+52
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-013-0/+3
* InitialDavid Heinemeier Hansson2004-11-248-0/+409