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-08-20 05:23:34 +00:00
..
association_collection.rb unbraindeadify addition to has_many :through 2006-08-19 14:56:58 +00:00
association_proxy.rb unbraindeadify addition to has_many :through 2006-08-19 14:56:58 +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 Formally deprecate rich associations. [Koz] 2006-08-05 22:35:58 +00:00
has_many_association.rb Allow #count through a has_many association to accept :include. [Dan Peterson] 2006-07-24 04:55:16 +00:00
has_many_through_association.rb Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. Closes #5829. 2006-08-20 05:23:34 +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