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
2006-04-25 05:49:14 +00:00
..
association_collection.rb Fixed that AssociationCollection#delete_all should work even if the records of the association are not loaded yet. [Florian Weber] 2006-04-03 22:37:56 +00:00
association_proxy.rb Allow multiple association extensions with :extend option (closes #4666) [Josh Susser] 2006-04-11 01:10:42 +00:00
belongs_to_association.rb Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00
belongs_to_polymorphic_association.rb Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00
has_and_belongs_to_many_association.rb Fixed that records returned from has_and_belongs_to_many associations with additional attributes should be marked as read only (fixes #4512) [DHH] DEPRECATED: Using additional attributes on has_and_belongs_to_many associations. Instead upgrade your association to be a real join model [DHH] 2006-04-01 20:03:10 +00:00
has_many_association.rb Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base#count syntax, while maintaining backwards compatibility. [Rick] 2006-04-19 21:37:54 +00:00
has_many_through_association.rb Raise error when trying to add to a has_many :through association. Use the Join Model instead. [Rick] 2006-04-25 05:49:14 +00:00
has_one_association.rb Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00