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-01-14 12:08:44 +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 Aggregate reflection klass works with nested :class_name 2007-01-14 12:08:44 +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 dry up some duplicated code 2007-01-11 18:19:23 +00:00