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-06 03:06:36 +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 Raise error when trying to select many polymorphic objects with has_many :through or :include (closes #4226) [josh@hasmanythrough.com] 2006-03-19 00:53:24 +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 HasManyAssociation#find bugs when :finder_sql is set (closes #4600) [lagroue@free.fr] 2006-04-06 03:06:36 +00:00
has_many_through_association.rb Added descriptive error messages for invalid has_many :through associations: going through :has_one or :has_and_belongs_to_many [Rick] 2006-04-05 15:36:02 +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