aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...David Heinemeier Hansson2004-12-071-0/+3
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-0/+5
* Fixed that methods wrapped in callbacks still return their original result #2...David Heinemeier Hansson2004-12-071-0/+2
* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]David Heinemeier Hansson2004-12-071-0/+2
* Added bind-style variable interpolation for the condition arrays that uses th...David Heinemeier Hansson2004-12-071-0/+10
* Added CSV format for fixtures #272 [what-a-day]David Heinemeier Hansson2004-12-071-0/+2
* Fixed fixtures using primary key fields called something else than "id" #270 ...David Heinemeier Hansson2004-12-061-0/+2
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-011-0/+2
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-011-0/+2
* Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...David Heinemeier Hansson2004-12-011-0/+2
* Added option to establish_connection where you'll be able to leave out the pa...David Heinemeier Hansson2004-11-251-0/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+757