aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* organize associations testsJeremy Kemper2006-09-251-429/+0
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-011-0/+4
* Pushing a record onto a has_many :through sets the association's foreign key ...Jeremy Kemper2006-08-201-11/+24
* unbraindeadify addition to has_many :throughJeremy Kemper2006-08-191-0/+13
* Pushing a record onto a has_many :through sets the association's foreign key ...Jeremy Kemper2006-08-191-5/+6
* Add records to has_many :through using <<, push, and concat by creating the a...Jeremy Kemper2006-08-181-7/+17
* Calculate sum with SQL, not Enumerable on HasManyThrough Associations. [Dan P...Rick Olson2006-07-311-0/+4
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-031-1/+2
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-061-7/+12
* Raise error when trying to add to a has_many :through association. Use the J...Rick Olson2006-04-251-0/+8
* Support eager includes when going through a polymorphic has_many association....Rick Olson2006-04-051-1/+1
* Added support for eagerly including polymorphic has_one associations. (closes...Rick Olson2006-04-051-0/+16
* Added descriptive error messages for invalid has_many :through associations: ...Rick Olson2006-04-051-0/+16
* regression test for #4206Rick Olson2006-03-281-0/+5
* Fixed issue that kept :select options from being scoped [Rick]Rick Olson2006-03-261-0/+4
* fix test so that it passesRick Olson2006-03-221-1/+1
* Allow overriding of find parameters in scoped has_many :through calls [Rick O...Rick Olson2006-03-211-0/+11
* add self referential has_many :through example [Rick]Rick Olson2006-03-211-1/+12
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-191-0/+7
* Quit ignoring default :include options in has_many :through calls [Mark James]Rick Olson2006-03-191-1/+26
* Allow has_many :through associations to find the source association by settin...Rick Olson2006-03-191-1/+9
* Eager Loading support added for has_many :through => :has_many associations (...Rick Olson2006-03-191-2/+10
* Allow has_many :through to work on has_many associations (closes #3864) [sco@...Rick Olson2006-03-191-0/+16
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-191-1/+10
* Fixed has_many :through to include :conditions set on the :through associatio...Rick Olson2006-03-181-0/+5
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-181-0/+5
* Nicer error message on has_many :through when :through reflection can not be ...David Heinemeier Hansson2006-03-181-0/+4
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+9
* Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]Rick Olson2006-03-161-2/+72
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-051-1/+28
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-041-0/+8
* 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