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
Jeremy Kemper e48b062eed Sanitize Base#inspect. Closes #8392.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-18 02:11:43 +00:00
..
association_collection.rb Pushing a record on an association collection doesn't unnecessarily load all the associated records. 2006-12-21 23:28:12 +00:00
association_proxy.rb Sanitize Base#inspect. Closes #8392. 2007-05-18 02:11:43 +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 Improve Performance of calling create on has_many :through associations by avoiding loading the target collection. Closes #8150 [evan] 2007-04-26 00:18:38 +00:00
has_one_association.rb dry up some duplicated code 2007-01-11 18:19:23 +00:00