aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* made .find() and class method delegation work on :through relationsTobias Lütke2005-12-201-0/+18
* added :piggyback option to has_many :through relationships to pick up values ...Tobias Lütke2005-12-201-0/+4
* Fixed :through relations when using STI inherited classes would use the inher...Tobias Lütke2005-12-161-1/+14
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-2/+9
* Don't use transactional fixtures for when DDL changes are involved.Jeremy Kemper2005-12-041-0/+1
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-0/+21