aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-162-6/+12
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-162-4/+17
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-162-2/+1
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-161-0/+23
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-162-56/+71
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-164-6/+23
* Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...David Heinemeier Hansson2004-12-151-0/+14
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-151-1/+6
* Insignificante...David Heinemeier Hansson2004-12-151-1/+1
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-151-5/+8
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-1512-1/+211
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-142-4/+1
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-143-13/+29
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-131-5/+1
* Attempted to capture #286 in a unit test, but couldnt get it to failDavid Heinemeier Hansson2004-12-123-1/+13
* 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