aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-1/+1
* save polymorphic joins from the has_many|one association (closes #3812) [Rick...David Heinemeier Hansson2006-02-121-0/+22
* Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...Jeremy Kemper2006-02-091-1/+10
* allow has_many :through to work with custom :foreign key (closes #3422) [Rick...David Heinemeier Hansson2006-01-211-1/+5
* Add a test to verify correct behavior when creating a polymorphic associationJamis Buck2006-01-201-0/+8
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-1/+1
* 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