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
Xavier Noria a970f916fb Fix has_many#count_records. [#865 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-08-21 15:48:04 +01:00
..
association_collection.rb Fixed AssociationCollection#<< resulting in unexpected values in @target when :uniq => true 2008-08-08 15:19:08 +02:00
association_proxy.rb Updated has_and_belongs_to_many association to fix :finder_sql interpolation. [#848 state:resolved] 2008-08-16 22:23:48 +01:00
belongs_to_association.rb Fix file permissions 2008-07-31 16:36:23 -05:00
belongs_to_polymorphic_association.rb Fix file permissions 2008-07-31 16:36:23 -05:00
has_and_belongs_to_many_association.rb Updated has_and_belongs_to_many association to fix :finder_sql interpolation. [#848 state:resolved] 2008-08-16 22:23:48 +01:00
has_many_association.rb Fix has_many#count_records. [#865 state:resolved] 2008-08-21 15:48:04 +01:00
has_many_through_association.rb Use type_condition method for hmt STI condition 2008-08-15 15:57:33 -07:00
has_one_association.rb Fix that has_one natural assignment to already associated record. [#854 state:resolved] 2008-08-21 15:21:21 +01:00
has_one_through_association.rb Remove duplicate code from associations. [Pratik] 2008-04-06 02:18:42 +00:00