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
Luca Guidi cef76c8af4 Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-05-18 22:30:43 +02:00
..
association_collection.rb Implement #many? for NamedScope and AssociationCollection using #size [#1500 state:resolved] 2009-05-17 18:56:06 +02: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 Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
belongs_to_polymorphic_association.rb Fix file permissions 2008-07-31 16:36:23 -05:00
has_and_belongs_to_many_association.rb Fixed that autosave should validate associations even if master is invalid [#1930 status:committed] 2009-02-27 13:50:24 +01:00
has_many_association.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
has_many_through_association.rb Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:resolved] 2009-05-18 22:30:43 +02:00
has_one_association.rb Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" 2009-05-11 12:20:54 -07:00
has_one_through_association.rb has_one :through should not create a new association when assigned nil [#698 state:resolved] 2009-05-17 14:48:20 +02:00