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-08-10 21:20:01 +01:00
..
association_collection.rb Added back support for destroying an association's object by id. [#2306 status:resolved] 2009-08-09 21:46:52 +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 raises an exception on habtm join table inserts if join table contains a primary key. Caches this check to save time on subsequent inserts. 2009-08-09 22:19:18 -07:00
has_many_association.rb Fix that counter_cache breaks with has_many :dependent => :nullify. 2009-08-09 21:18:16 -07:00
has_many_through_association.rb Remove unnecessary scoping for creating hm:t join record 2009-08-10 21:20:01 +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 Allow ho:through#build when the owner is a new record [#1749 state:resolved] 2009-08-10 00:46:16 +01:00
through_association_scope.rb Enable has_many :through for going through a has_one association on the join model [#2719 state:resolved] 2009-08-10 00:30:44 +01:00