aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tags.yml
Commit message (Collapse)AuthorAgeFilesLines
* Properly support conditions on any of the reflections involved in a nested ↵Jon Leighton2010-10-191-0/+4
| | | | through association
* Add support for table aliasing, with a test that needs aliasing in order to ↵Jon Leighton2010-10-021-1/+1
| | | | work correctly. This test incidentally provides a more complicated test case (4 inner joins, 2 using polymorphism).
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Fixed :through relations when using STI inherited classes would use the ↵Tobias Lütke2005-12-161-1/+5
| | | | | | inherited class's name as foreign key on the join model git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Work-in progress for providing better join model support and polymorphic ↵David Heinemeier Hansson2005-12-021-0/+3
associations git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3209 5ecf4fe2-1ee6-0310-87b1-e25e094e27de