aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/post.rb
Commit message (Expand)AuthorAgeFilesLines
* Subclasses of an abstract class work with single-table inheritance. Closes #5...Jeremy Kemper2006-12-011-1/+2
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-151-1/+1
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-241-2/+2
* Allow overriding of find parameters in scoped has_many :through calls [Rick O...Rick Olson2006-03-211-1/+7
* Quit ignoring default :include options in has_many :through calls [Mark James]Rick Olson2006-03-191-1/+1
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-191-0/+1
* Fixed has_many :through to include :conditions set on the :through associatio...Rick Olson2006-03-181-1/+3
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-181-0/+1
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-0/+4
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-161-1/+1
* Allow has_many :through to work with :include [Michael Schoen]. Closes #3611Michael Koziarski2006-02-101-0/+3
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-091-0/+2
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-211-0/+3
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-0/+1
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-1/+3
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-061-0/+3
* Made association extensions use simpler block syntaxDavid Heinemeier Hansson2005-11-061-4/+4
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-1/+2
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-031-3/+13
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-0/+4
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-2/+8
* Fixed stray comma when using eager loading and ordering together from has_man...David Heinemeier Hansson2005-04-191-1/+1
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-101-1/+3
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-101-1/+3
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-2/+2
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-0/+4