1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
2007-12-05 21:53:53 +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 Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH] 2007-12-05 21:53:53 +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 Fix typos (closes #10378) 2007-12-05 18:54:41 +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