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-06-09 12:05:20 -04: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 belongs_to polymorphic association assignments update the foreign_id and foreign_type fields regardless of whether the record being assigned is new or not. 2008-05-31 13:27:25 -07:00
has_and_belongs_to_many_association.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
has_many_association.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
has_many_through_association.rb Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti_class? and returns either the full or demodulized name. [rick] [#114 state:resolved] 2008-05-31 17:13:11 -07: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