| Commit message (Expand) | Author | Age | Files | Lines |
* | Change belongs_to so that the foreign_key assumption is taken from the associ... | Rick Olson | 2007-07-16 | 1 | -6/+0 |
* | Define collection singular ids method for has_many :through associations. Clo... | Jeremy Kemper | 2007-06-27 | 1 | -2/+3 |
* | Fix polymorphic has_one associations declared in an abstract class. Closes #8... | Jeremy Kemper | 2007-06-25 | 1 | -9/+1 |
* | Save associated records only if the association is already loaded. Closes #8713. | Jeremy Kemper | 2007-06-21 | 1 | -3/+3 |
* | Remove deprecated find_first and find_all. | Jeremy Kemper | 2007-06-11 | 1 | -1/+0 |
* | Quickref for association methods. Closes #7723. | Jeremy Kemper | 2007-05-30 | 1 | -3/+40 |
* | Ensure that associations with :dependent => :delete_all respect :conditions o... | Rick Olson | 2007-05-24 | 1 | -4/+5 |
* | Fix :through docs wrecked up by [6777]. Closes #4961. | Jeremy Kemper | 2007-05-23 | 1 | -1/+2 |
* | belongs_to assignment creates a new proxy rather than modifying its target in... | Jeremy Kemper | 2007-05-22 | 1 | -4/+1 |
* | Document deep eager includes. Closes #6267. | Jeremy Kemper | 2007-05-19 | 1 | -1/+9 |
* | belongs_to doesn't go :through. Closes #4961. | Jeremy Kemper | 2007-05-18 | 1 | -2/+1 |
* | Docs: warn that associations names shouldn't be reserved words. Closes #4378. | Jeremy Kemper | 2007-05-18 | 1 | -0/+6 |
* | Update documentation for :dependent declaration so that it explicitly uses th... | Marcel Molina | 2007-05-06 | 1 | -1/+1 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -1/+8 |
* | Fix method visibility bug uncovered by #7854. | Jeremy Kemper | 2007-03-18 | 1 | -1/+1 |
* | trim the fat | Rick Olson | 2007-03-13 | 1 | -44/+0 |
* | Allow a polymorphic :source for has_many :through associations. Closes #7143... | Rick Olson | 2007-03-13 | 1 | -46/+110 |
* | Nodoc the irrelevant (from 1.2) | David Heinemeier Hansson | 2007-01-26 | 1 | -1/+1 |
* | Remove useless code in #attribute_present? since 0 != blank?. Closes #7249 [... | Rick Olson | 2007-01-23 | 1 | -2/+2 |
* | Fix incorrect usage of #classify when creating the eager loading join stateme... | Rick Olson | 2007-01-23 | 1 | -5/+5 |
* | [DOC] clear up some ambiguity with the way has_and_belongs_to_many creates th... | Rick Olson | 2007-01-16 | 1 | -1/+7 |
* | Improve association documentation, closes #7022. [hasmanyjosh] | Michael Koziarski | 2007-01-15 | 1 | -1/+65 |
* | PostgreSQL: use a subselect to correctly perform eager finds with :limit and ... | Jeremy Kemper | 2007-01-12 | 1 | -1/+7 |
* | Subclass instantiation doesn't try to explicitly require the corresponding su... | Jeremy Kemper | 2006-12-19 | 1 | -4/+0 |
* | fix faulty inheritance tests and that eager loading grabs the wrong inheritan... | Rick Olson | 2006-12-19 | 1 | -1/+1 |
* | find supports :lock with :include. Check whether your database allows SELECT ... | Jeremy Kemper | 2006-12-05 | 1 | -0/+1 |
* | Oracle: fix limited id selection for eager loading. Closes #6515. | Jeremy Kemper | 2006-11-10 | 1 | -6/+4 |
* | Cache inheritance_column. Closes #6592. | Jeremy Kemper | 2006-11-09 | 1 | -1/+1 |
* | Find with :include respects scoped :order. Closes #5850. | Jeremy Kemper | 2006-11-07 | 1 | -1/+1 |
* | has_one :dependent => :nullify ignores nil associates. Closes #6528. | Jeremy Kemper | 2006-11-02 | 1 | -1/+1 |
* | Fix has_many :through to add the appropriate conditions when going through an... | Rick Olson | 2006-10-16 | 1 | -5/+15 |
* | automatically add primary key to #select_limited_ids_list order by clause for... | Rick Olson | 2006-10-13 | 1 | -0/+1 |
* | fix select_limited_ids_list issues in postgresql, retain current behavior in ... | Rick Olson | 2006-10-13 | 1 | -4/+9 |
* | Restore eager condition interpolation, document it's differences [Rick] | Rick Olson | 2006-10-11 | 1 | -3/+7 |
* | Reverted old select_limited_ids_list postgresql fix that caused issues in mys... | Rick Olson | 2006-10-09 | 1 | -3/+2 |
* | Removes the ability for eager loaded conditions to be interpolated, since the... | Rick Olson | 2006-10-09 | 1 | -21/+11 |
* | Docfix (closes #6040) | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+24 |
* | Doc fixes (closes #6325) | David Heinemeier Hansson | 2006-10-09 | 1 | -1/+4 |
* | Association collections have an _ids reader method to match the existing writ... | Jeremy Kemper | 2006-10-01 | 1 | -1/+6 |
* | Deprecation tests. Remove warnings for dynamic finders and for the foo_count ... | Jeremy Kemper | 2006-09-15 | 1 | -3/+7 |
* | We cant make MySQL 5 happy if it means making SQLite and PostgreSQL cry. So c... | David Heinemeier Hansson | 2006-09-08 | 1 | -1/+1 |
* | Added parentheses around FROM clauses generated by Base and associations sinc... | David Heinemeier Hansson | 2006-09-08 | 1 | -1/+1 |
* | Backed out of new_record? to new? transformation as it would screw up existin... | David Heinemeier Hansson | 2006-09-05 | 1 | -16/+22 |
* | Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?... | David Heinemeier Hansson | 2006-09-05 | 1 | -22/+16 |
* | Rename quote to quote_value so the name can be used in AR models. #3628 [Koz] | Michael Koziarski | 2006-09-04 | 1 | -5/+5 |
* | Add deprecation warning for inferred foreign key. #6029 [Josh Susser] | Rick Olson | 2006-09-04 | 1 | -0/+6 |
* | Deprecation: use :dependent => :delete_all rather than :exclusively_dependent... | Jeremy Kemper | 2006-09-04 | 1 | -1/+1 |
* | Deprecation: update docs. Closes #5998. | Jeremy Kemper | 2006-09-01 | 1 | -1/+1 |
* | has_one supports the :dependent => :delete option which skips the typical cal... | Jeremy Kemper | 2006-08-29 | 1 | -3/+6 |
* | Add records to has_many :through using <<, push, and concat by creating the a... | Jeremy Kemper | 2006-08-18 | 1 | -0/+6 |