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-10-07 05:05:12 +00:00
..
association_collection.rb Fix calling .clear on a has_many :dependent=>:delete_all association. [tarmo] Closes #6904 2007-10-07 05:05:12 +00:00
association_proxy.rb Removed unnecessary or statement (closes #7158) [richcollins] 2007-09-22 23:15:54 +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 spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
has_many_association.rb Removed unused @join_sql reference (closes #9174) [danger] 2007-09-22 17:53:39 +00:00
has_many_through_association.rb Make size for has_many :through use counter cache if it exists. Closes #9734 [xaviershay] 2007-09-30 06:47:20 +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