index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
associations_join_model_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]
David Heinemeier Hansson
2006-06-03
1
-1
/
+2
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
1
-7
/
+12
*
Raise error when trying to add to a has_many :through association. Use the J...
Rick Olson
2006-04-25
1
-0
/
+8
*
Support eager includes when going through a polymorphic has_many association....
Rick Olson
2006-04-05
1
-1
/
+1
*
Added support for eagerly including polymorphic has_one associations. (closes...
Rick Olson
2006-04-05
1
-0
/
+16
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
1
-0
/
+16
*
regression test for #4206
Rick Olson
2006-03-28
1
-0
/
+5
*
Fixed issue that kept :select options from being scoped [Rick]
Rick Olson
2006-03-26
1
-0
/
+4
*
fix test so that it passes
Rick Olson
2006-03-22
1
-1
/
+1
*
Allow overriding of find parameters in scoped has_many :through calls [Rick O...
Rick Olson
2006-03-21
1
-0
/
+11
*
add self referential has_many :through example [Rick]
Rick Olson
2006-03-21
1
-1
/
+12
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
1
-0
/
+7
*
Quit ignoring default :include options in has_many :through calls [Mark James]
Rick Olson
2006-03-19
1
-1
/
+26
*
Allow has_many :through associations to find the source association by settin...
Rick Olson
2006-03-19
1
-1
/
+9
*
Eager Loading support added for has_many :through => :has_many associations (...
Rick Olson
2006-03-19
1
-2
/
+10
*
Allow has_many :through to work on has_many associations (closes #3864) [sco@...
Rick Olson
2006-03-19
1
-0
/
+16
*
Raise error when trying to select many polymorphic objects with has_many :thr...
Rick Olson
2006-03-19
1
-1
/
+10
*
Fixed has_many :through to include :conditions set on the :through associatio...
Rick Olson
2006-03-18
1
-0
/
+5
*
Fix that has_many :through honors the foreign key set by the belongs_to assoc...
Rick Olson
2006-03-18
1
-0
/
+5
*
Nicer error message on has_many :through when :through reflection can not be ...
David Heinemeier Hansson
2006-03-18
1
-0
/
+4
*
Added Base.abstract_class? that marks which classes are not part of the Activ...
Rick Olson
2006-03-16
1
-1
/
+9
*
Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]
Rick Olson
2006-03-16
1
-2
/
+72
*
Fixed eager loading problems with single-table inheritance [Rick Olson] Added...
David Heinemeier Hansson
2006-03-05
1
-1
/
+28
*
Make counter_cache work with polymorphic belongs_to
Jamis Buck
2006-03-04
1
-0
/
+8
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-1
/
+1
*
save polymorphic joins from the has_many|one association (closes #3812) [Rick...
David Heinemeier Hansson
2006-02-12
1
-0
/
+22
*
Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...
Jeremy Kemper
2006-02-09
1
-1
/
+10
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
1
-1
/
+5
*
Add a test to verify correct behavior when creating a polymorphic association
Jamis Buck
2006-01-20
1
-0
/
+8
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
1
-1
/
+1
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-0
/
+18
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-0
/
+4
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
1
-1
/
+14
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
1
-2
/
+9
*
Don't use transactional fixtures for when DDL changes are involved.
Jeremy Kemper
2005-12-04
1
-0
/
+1
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-0
/
+21