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
2008-05-29 10:20:39 +01:00
..
association_collection.rb Merge docrails. 2008-05-25 12:29:00 +01:00
association_proxy.rb Verbose ActiveRecord::AssociationTypeMismatch exception message. [#189 state:resolved] 2008-05-21 10:46:28 +01:00
belongs_to_association.rb Added :select option to has_one and belongs_to, remove unused :order option on belongs_to. 2008-05-24 17:58:03 +12:00
belongs_to_polymorphic_association.rb Added :select option to has_one and belongs_to, remove unused :order option on belongs_to. 2008-05-24 17:58:03 +12:00
has_and_belongs_to_many_association.rb Fixes a subtle bug when using symbols for key definitions in habtm associations 2008-04-23 21:02:00 +12:00
has_many_association.rb Ensure AssociationCollection#count works with empty condition. [#271 state:resolved] [Jan De Poorter] 2008-05-29 10:20:39 +01:00
has_many_through_association.rb Merge docrails. 2008-05-25 12:29:00 +01:00
has_one_association.rb Added :select option to has_one and belongs_to, remove unused :order option on belongs_to. 2008-05-24 17:58:03 +12:00
has_one_through_association.rb Remove duplicate code from associations. [Pratik] 2008-04-06 02:18:42 +00:00