aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Update Chu's name in changelogsJeremy Kemper2007-12-101-2/+2
* Update Fred's name in changelogsJeremy Kemper2007-12-101-1/+1
* post.comments.reload returns the association rather than the result of load_t...Jeremy Kemper2007-12-102-14/+22
* Document the validates class method. Closes #10216 [Farley Knight]Jeremy Kemper2007-12-101-1/+27
* Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...Jeremy Kemper2007-12-091-1/+6
* Make ready for 2.0.1David Heinemeier Hansson2007-12-072-2/+2
* Removed query cache rescue as it could cause code to be run twice (closes #10...David Heinemeier Hansson2007-12-072-2/+5
* Anchor DateTimeTest to fixed DateTime instead of a variable value based on Ti...Geoff Buesing2007-12-072-3/+7
* Fixed that the Query Cache should just be ignored if the database is misconfi...David Heinemeier Hansson2007-12-062-0/+4
* The test task stops with a warning if you have pending migrations. Closes #10...Jeremy Kemper2007-12-061-0/+4
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-063-8/+5
* Fixed that the truncation of strings longer than 50 chars should use inspect ...David Heinemeier Hansson2007-12-063-4/+6
* Fix eager association test. Closes #10381 [alexey]Jeremy Kemper2007-12-051-1/+2
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-30/+4
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-052-0/+7
* Document how the :include option can be used in Calculations::calculate. Clo...Marcel Molina2007-12-052-0/+4
* Fix typo in documentation for polymorphic associations w/STI. Closes #7461 [j...Marcel Molina2007-12-052-2/+4
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-052-1/+8
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-056-6/+6
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-052-3/+25
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-052-3/+14
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-052-2/+13
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-052-4/+6
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-052-6/+12
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-052-2/+20
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-052-2/+21
* Document options and add examples for update_all. Closes #7990 [fearoffish]Marcel Molina2007-12-052-5/+22
* Document options for update_counters. Closes #8091 [fearoffish]Marcel Molina2007-12-052-0/+14
* Add documentation about the virtual attribute added by validates_confirmation...Marcel Molina2007-12-052-3/+8
* Add documentation for freeze and readonly related methods. Closes #8878 [pela...Marcel Molina2007-12-052-4/+9
* Document the timestamps schema definition method. Closes #9000 [mikong]Marcel Molina2007-12-052-0/+4
* Give examples for what tables should be called for models inside a module nam...Marcel Molina2007-12-052-3/+14
* Document the :message option for validates_associated. Closes #10357 [dylans]Marcel Molina2007-12-052-0/+3
* Document automatically generated predicate methods for attributes. Closes #10...Marcel Molina2007-12-052-0/+16
* Try againDavid Heinemeier Hansson2007-12-051-1/+1
* MySQL: we can't distinguish a fake 0 default in 4.xJeremy Kemper2007-12-051-1/+2
* Fix that options[:from] table names should never be quoted [DHH]David Heinemeier Hansson2007-12-052-1/+12
* Copy the cache tooDavid Heinemeier Hansson2007-12-031-0/+1
* Added ActiveRecord::Base#becomes to turn a record into one of another class (...David Heinemeier Hansson2007-12-033-1/+24
* Fixed that to_xml should not automatically pass :procs to associations includ...David Heinemeier Hansson2007-12-033-29/+63
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]Marcel Molina2007-12-022-1/+3
* Handle 8.1 default formatting. Closes #10333 [Tim Pope]Jeremy Kemper2007-12-021-0/+3
* Warn users about the race condition in validates_uniqueness_of. [Koz]Michael Koziarski2007-12-011-0/+4
* Removed documentation for the removed rollback! method on transactions and me...Tobias Lütke2007-11-291-12/+2
* Make reset return nil when using a dangling belongs_to association. Current ...Michael Koziarski2007-11-292-1/+18
* Prep for RC2David Heinemeier Hansson2007-11-293-3/+3
* attr_protected and _accessible use sets of strings instead of arrays of symbo...Jeremy Kemper2007-11-282-8/+16
* attr_readonly uses a set of strings instead of an array of symbols internally...Jeremy Kemper2007-11-283-4/+4
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-266-2/+37
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-2611-22/+84