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
2009-07-25 16:03:58 +01:00
..
association_collection.rb Merge docrails 2009-07-25 16:03:58 +01:00
association_proxy.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
belongs_to_association.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
belongs_to_polymorphic_association.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
has_and_belongs_to_many_association.rb Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a newline character immediately following 'SELECT' [#2118 state:resolved]"" 2009-07-01 00:02:00 +01:00
has_many_association.rb Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a newline character immediately following 'SELECT' [#2118 state:resolved]"" 2009-07-01 00:02:00 +01:00
has_many_through_association.rb Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a newline character immediately following 'SELECT' [#2118 state:resolved]"" 2009-07-01 00:02:00 +01:00
has_one_association.rb HasOneAssociation inherits AssociationProxy since it shares nothing with BelongsToAssociation. 2009-06-12 13:45:25 -07:00
has_one_through_association.rb HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation. 2009-06-12 13:52:51 -07:00
through_association_scope.rb Ensure hm:t#create respects source associations hash conditions [#2090 state:resolved] 2009-06-21 17:35:04 +01:00