rails--rails/activerecord/lib/active_record/associations
Tobias Lütke 0ee0c1b2aa Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5677 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-05 17:55:44 +00:00
..
association_collection.rb Add AssociationCollection#create! to be consistent with AssociationCollection#create when dealing with a foreign key that is a protected attribute 2006-12-05 17:55:44 +00:00
association_proxy.rb Don't inspect unloaded associations. Closes #2905. 2006-11-10 02:00:14 +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 Simplify association proxy implementation by factoring construct_scope out of method_missing. Closes #6643. 2006-11-19 11:16:12 +00:00
has_many_association.rb Simplify association proxy implementation by factoring construct_scope out of method_missing. Closes #6643. 2006-11-19 11:16:12 +00:00
has_many_through_association.rb Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney] (sorry, forgot to commit the actual files) 2006-10-16 15:42:55 +00:00
has_one_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