aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-051-0/+2
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-051-0/+2
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options and add examples for update_all. Closes #7990 [fearoffish]Marcel Molina2007-12-051-0/+2
* Document options for update_counters. Closes #8091 [fearoffish]Marcel Molina2007-12-051-0/+2
* Add documentation about the virtual attribute added by validates_confirmation...Marcel Molina2007-12-051-0/+2
* Add documentation for freeze and readonly related methods. Closes #8878 [pela...Marcel Molina2007-12-051-0/+2
* Document the timestamps schema definition method. Closes #9000 [mikong]Marcel Molina2007-12-051-0/+2
* Give examples for what tables should be called for models inside a module nam...Marcel Molina2007-12-051-0/+2
* Document the :message option for validates_associated. Closes #10357 [dylans]Marcel Molina2007-12-051-0/+2
* Document automatically generated predicate methods for attributes. Closes #10...Marcel Molina2007-12-051-0/+2
* Added ActiveRecord::Base#becomes to turn a record into one of another class (...David Heinemeier Hansson2007-12-031-0/+4
* Fixed that to_xml should not automatically pass :procs to associations includ...David Heinemeier Hansson2007-12-031-0/+5
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]Marcel Molina2007-12-021-0/+2
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-261-0/+2
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-261-0/+2
* Make the record_timestamps class-inheritable so it can be set per model. Refe...Jeremy Kemper2007-11-261-0/+2
* Allow validates_acceptance_of to use a real attribute instead of only virtual...David Heinemeier Hansson2007-11-251-0/+2
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-0/+2
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-211-0/+2
* validates_inclusion_of and validates_exclusion_of allow formatted :message st...Jeremy Kemper2007-11-201-0/+2
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-201-0/+2
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-161-0/+2
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-141-0/+2
* Change plings to the more conventional quotes in the documentation. Closes #1...Marcel Molina2007-11-121-0/+2
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-111-0/+2
* Ensure that column names are quoted. Closes #10134 [wesley.moxam]Michael Koziarski2007-11-101-0/+2
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-0/+2
* Enhance explanation with more examples for attr_accessible macro. Closes #809...Marcel Molina2007-11-061-0/+2
* Update association/method mapping table to refected latest collection methods...Marcel Molina2007-11-061-0/+2
* Explain semantics of having several different AR instances in a transaction b...Marcel Molina2007-11-061-0/+2
* Update Schema documentation to use updated sexy migration notation. Closes #1...Marcel Molina2007-11-061-0/+2
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-311-0/+2
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-291-0/+7
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-291-0/+2
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-281-0/+2
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-271-0/+2
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-271-0/+2
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-0/+9
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-261-0/+2
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-261-0/+2
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-261-0/+2
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-261-0/+2
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-231-0/+2
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-0/+2
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-0/+2