rails--rails/activerecord/lib/active_record/associations
Michael Koziarski e302759451 Make reset return nil when using a dangling belongs_to association. Current behaviour is to return false which can be confusing. Closes #10293 [fcheung]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-11-29 02:19:10 +00:00
..
association_collection.rb Make sure that << works on has_many associations on unsaved records. Closes #9989 [hasmanyjosh] 2007-10-28 03:39:18 +00:00
association_proxy.rb Make reset return nil when using a dangling belongs_to association. Current behaviour is to return false which can be confusing. Closes #10293 [fcheung] 2007-11-29 02:19:10 +00:00
belongs_to_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
belongs_to_polymorphic_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
has_and_belongs_to_many_association.rb Dynamic finders on association collections respect association :limit. Closes #10227 [Jack Danger Canty] 2007-11-21 07:32:44 +00:00
has_many_association.rb Dynamic finders on association collections respect association :limit. Closes #10227 [Jack Danger Canty] 2007-11-21 07:32:44 +00:00
has_many_through_association.rb Dynamic finders on association collections respect association :limit. Closes #10227 [Jack Danger Canty] 2007-11-21 07:32:44 +00:00
has_one_association.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00