rails--rails/activerecord/lib/active_record/associations
Rick Olson 6fbf408238 Allow overriding of find parameters in scoped has_many :through calls [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4007 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-21 16:33:22 +00:00
..
association_collection.rb Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code] 2006-03-18 20:25:50 +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 remove some commented-out cruft 2006-03-16 06:22:30 +00:00
has_many_association.rb Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00
has_many_through_association.rb Allow overriding of find parameters in scoped has_many :through calls [Rick Olson] 2006-03-21 16:33:22 +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