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-01-21 23:40:20 +00:00
..
association_collection.rb Added preliminary support for join models [DHH] Added preliminary support for polymorphic associations [DHH] Refactored associations to use reflections to get DRYer, beware, major refactoring -- double check before deploying anything with this (all tests pass, but..) 2005-12-03 04:29:55 +00:00
association_proxy.rb Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH] Added option to specify :group, :limit, :offset, and :select options from find on has_and_belongs_to_many and has_many assosociations [DHH] 2005-12-13 00:39:51 +00:00
belongs_to_association.rb Added preliminary support for join models [DHH] Added preliminary support for polymorphic associations [DHH] Refactored associations to use reflections to get DRYer, beware, major refactoring -- double check before deploying anything with this (all tests pass, but..) 2005-12-03 04:29:55 +00:00
belongs_to_polymorphic_association.rb Added preliminary support for join models [DHH] Added preliminary support for polymorphic associations [DHH] Refactored associations to use reflections to get DRYer, beware, major refactoring -- double check before deploying anything with this (all tests pass, but..) 2005-12-03 04:29:55 +00:00
has_and_belongs_to_many_association.rb Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH] Added option to specify :group, :limit, :offset, and :select options from find on has_and_belongs_to_many and has_many assosociations [DHH] 2005-12-13 00:39:51 +00:00
has_many_association.rb Fix .count for has_many associations with multi-line finder-sql. Closes #3540 2006-01-21 07:53:45 +00:00
has_many_through_association.rb allow has_many :through to work with custom :foreign key (closes #3422) [Rick Olson] 2006-01-21 23:40:20 +00:00
has_one_association.rb Added preliminary support for join models [DHH] Added preliminary support for polymorphic associations [DHH] Refactored associations to use reflections to get DRYer, beware, major refactoring -- double check before deploying anything with this (all tests pass, but..) 2005-12-03 04:29:55 +00:00