aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-236-156/+193
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-2020-4/+114
* Fix test case for MySQL #598David Heinemeier Hansson2005-02-151-0/+1
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-077-3/+206
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-251-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+2
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-112-0/+6
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-115-1/+25
* Fixed the last details to please DB2David Heinemeier Hansson2005-01-031-2/+2
* Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]David Heinemeier Hansson2005-01-021-1/+1
* Added find_all style to the new dynamic findersDavid Heinemeier Hansson2005-01-021-1/+1
* Added the latest two tables to the DB2 schemasDavid Heinemeier Hansson2005-01-011-0/+12
* 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