aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* Unofficially added ListMixinDavid Heinemeier Hansson2004-12-081-0/+154
* Added named bind-style variable interpolation #281 [Michael Koziarski]David Heinemeier Hansson2004-12-083-6/+60
* Added the option for sanitizing find_by_sql and the offset parts in regular f...David Heinemeier Hansson2004-12-073-5/+50
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-0710-51/+71
* Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...David Heinemeier Hansson2004-12-072-1/+4
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-076-43/+69
* Fixed that methods wrapped in callbacks still return their original result #2...David Heinemeier Hansson2004-12-072-25/+32
* Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron]David Heinemeier Hansson2004-12-073-0/+4
* Documentation bugsDavid Heinemeier Hansson2004-12-071-2/+2
* Added bind-style variable interpolation for the condition arrays that uses th...David Heinemeier Hansson2004-12-073-11/+32
* Added CSV format for fixtures #272 [what-a-day]David Heinemeier Hansson2004-12-072-36/+145
* Fixed fixtures using primary key fields called something else than "id" #270 ...David Heinemeier Hansson2004-12-062-1/+3
* Added extra words of caution for guarding against SQL-injection attacksDavid Heinemeier Hansson2004-12-061-3/+7
* Dont include the primary key in updates -- its unneeded and SQL Server chokes...David Heinemeier Hansson2004-12-011-3/+3
* Added proper handling of time fields that are turned into Time objects with t...David Heinemeier Hansson2004-12-018-4/+37
* Added reverse order of deleting fixtures, so referential keys can be maintain...David Heinemeier Hansson2004-12-015-23/+26
* Fixed infinite loop when environment is missing in database.ymlDavid Heinemeier Hansson2004-12-011-2/+6
* Added relative path search for sqlite dbfiles in database.yml (if RAILS_ROOT ...David Heinemeier Hansson2004-12-012-2/+5
* Moved the global require_* out of the classes so they actually work without s...David Heinemeier Hansson2004-11-301-3/+5
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-302-4/+12
* Silence errors occurring when reloading classesDavid Heinemeier Hansson2004-11-305-5/+12
* symbolize_strings_in_hash shouldnt change receiver -- this should fix the bug...David Heinemeier Hansson2004-11-261-6/+4
* Keep quiet about failing to load association classes. People know what theyre...David Heinemeier Hansson2004-11-261-5/+1
* Dont include svn directories in packagesDavid Heinemeier Hansson2004-11-251-1/+1
* Added option to establish_connection where you'll be able to leave out the pa...David Heinemeier Hansson2004-11-252-13/+18
* InitialDavid Heinemeier Hansson2004-11-24113-0/+11398