aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-1/+1
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-1/+1
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-1/+1
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-41/+21
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-0/+70