aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/postgresql.sql
Commit message (Expand)AuthorAgeFilesLines
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-0/+1
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-201-1/+2
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-111-0/+5
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-011-0/+6
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-0/+7
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-0/+1
* Set a high default salary within the validation rangeDavid Heinemeier Hansson2004-12-191-1/+1
* Added Developer#salary for the type testsDavid Heinemeier Hansson2004-12-191-0/+1
* 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-151-0/+12
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-0/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+114