aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/author.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-161-5/+5
* Make sure has_many associations honour :include when counting. Closes #9167 [...Michael Koziarski2007-08-161-0/+1
* Don't call unsupported methods on associated objects when using :include, :me...Michael Koziarski2007-06-301-0/+4
* Fix has_many :through to add the appropriate conditions when going through an...Rick Olson2006-10-151-1/+9
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-2/+1
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-011-0/+2
* Provide Association Extensions access to the instance that the association is...Rick Olson2006-05-281-0/+11
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-061-1/+4
* Added descriptive error messages for invalid has_many :through associations: ...Rick Olson2006-04-051-0/+5
* Change has_many :through to use the :source option to specify the source asso...Rick Olson2006-03-241-1/+1
* add self referential has_many :through example [Rick]Rick Olson2006-03-211-1/+9
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-191-0/+6
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-191-0/+1
* Allow has_many :through to work on has_many associations (closes #3864) [sco@...Rick Olson2006-03-191-0/+1
* Fixed has_many :through to include :conditions set on the :through associatio...Rick Olson2006-03-181-9/+10
* Nicer error message on has_many :through when :through reflection can not be ...David Heinemeier Hansson2006-03-181-0/+2
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-0/+3
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-0/+3
* Add :order option to Author.posts_with_comments_and_categories so that tests ...Jeremy Kemper2005-11-081-30/+30
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-061-0/+4
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-0/+39
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-031-1/+1
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-0/+3