aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
...
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-101-1/+1
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-102-0/+28
* Added Base.validate_presence as an alternative to implementing validate and d...David Heinemeier Hansson2004-12-101-7/+20
* Tidied up Fixtures for better readability and some error checking [bitsweat]David Heinemeier Hansson2004-12-091-6/+12
* Fixed Base.errors to be indifferent as to whether strings or symbols are used.David Heinemeier Hansson2004-12-091-0/+15
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-9/+12
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-4/+22
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-091-1/+10
* Added named bind-style variable interpolation #281 [Michael Koziarski]David Heinemeier Hansson2004-12-081-0/+21
* Added the option for sanitizing find_by_sql and the offset parts in regular f...David Heinemeier Hansson2004-12-071-1/+36
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-2/+2
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-073-36/+49
* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]David Heinemeier Hansson2004-12-071-0/+1
* Added bind-style variable interpolation for the condition arrays that uses th...David Heinemeier Hansson2004-12-071-0/+7
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-016-3/+22
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-013-8/+8
* InitialDavid Heinemeier Hansson2004-11-2473-0/+3337