aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the record_timestamps class-inheritable so it can be set per model. Refe...Jeremy Kemper2007-11-262-1/+3
* Allow validates_acceptance_of to use a real attribute instead of only virtual...David Heinemeier Hansson2007-11-253-3/+14
* Docfix (closes #10252)David Heinemeier Hansson2007-11-251-1/+1
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-255-3/+28
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-243-3/+5
* Add example.log for binary escaping test. References #10176.Jeremy Kemper2007-11-221-0/+1
* PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...Jeremy Kemper2007-11-222-29/+24
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-216-3/+41
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-215-3/+86
* validates_inclusion_of and validates_exclusion_of allow formatted :message st...Jeremy Kemper2007-11-203-4/+30
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-208-0/+49
* Use debug, not info as log_info will discard the information if info is used.Michael Koziarski2007-11-171-1/+1
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-163-1/+19
* Use rexml for some tests rather than string include? checks to account for un...Jeremy Kemper2007-11-141-14/+35
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-144-9/+29
* Change plings to the more conventional quotes in the documentation. Closes #1...Marcel Molina2007-11-122-1/+3
* Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]Michael Koziarski2007-11-111-3/+3
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-115-1/+12