rails--rails/activerecord/lib/active_record/associations
David Heinemeier Hansson a32a986364 save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3586 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-12 18:03:43 +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 save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +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 save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +00:00
has_many_through_association.rb Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
has_one_association.rb save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +00:00