rails/activerecord/test/cases/associations
Tarmo Tänav a445cdd884 Load the first and not the last has_one result when doing join-based eager loading
This matters when the has_one is defined with an order in which case
there is an expectation that the first one will be loaded.

[#904 state:resolved]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-08-25 21:23:35 -07:00
..
belongs_to_associations_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
callbacks_test.rb Make HABTM#create behave the same as << with after_add callbacks. Closes #11374 [freels] 2008-04-04 14:37:22 +00:00
cascaded_eager_loading_test.rb Fixed STI type condition for eager loading of associations 2008-08-16 20:41:19 +01:00
eager_load_includes_full_sti_class_test.rb Make sure association preloading works with full STI class name [#465 state:Resolved] 2008-07-18 03:44:44 +01:00
eager_load_nested_include_test.rb remember created records and select a random one instead of relying on sequential id values starting at 1 2008-08-21 19:33:26 +02:00
eager_singularization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
eager_test.rb Load the first and not the last has_one result when doing join-based eager loading 2008-08-25 21:23:35 -07:00
extension_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
has_and_belongs_to_many_associations_test.rb Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multiple_interpolations 2008-08-22 10:39:45 +03:00
has_many_associations_test.rb Fix has_many#count_records. [#865 state:resolved] 2008-08-21 15:48:04 +01:00
has_many_through_associations_test.rb Fix HasManyThroughAssociationsTest tests. [#733 state:resolved] 2008-07-31 17:01:22 +01:00
has_one_associations_test.rb Fix that has_one natural assignment to already associated record. [#854 state:resolved] 2008-08-21 15:21:21 +01:00
has_one_through_associations_test.rb Load the first and not the last has_one result when doing join-based eager loading 2008-08-25 21:23:35 -07:00
inner_join_association_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
join_model_test.rb Test for eager loading of STI subclasses from htm associations 2008-08-16 22:26:11 +01:00