1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/associations
Dominic Cleal 935502062e
Add test for collection *_ids= setter when association primary key set
Fixes casting of IDs to the data type of the association primary key,
rather than then the data type of the model's primary key. (Tests use a
string primary key on the association, rather than an int.)

Tests issue #20995
2016-11-24 09:29:40 +00:00
..
association_scope_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
belongs_to_associations_test.rb Introduce reload_<association> reader for singular associations. 2016-11-22 12:37:42 +01:00
bidirectional_destroy_dependencies_test.rb applies new string literal convention in activerecord/test 2016-08-06 18:26:53 +02:00
callbacks_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
cascaded_eager_loading_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
eager_load_includes_full_sti_class_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
eager_load_nested_include_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
eager_singularization_test.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
eager_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
extension_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
has_and_belongs_to_many_associations_test.rb Respect new records for CollectionProxy#uniq 2016-11-13 06:19:28 +09:00
has_many_associations_test.rb Respect new records for CollectionProxy#uniq 2016-11-13 06:19:28 +09:00
has_many_through_associations_test.rb Add test for collection *_ids= setter when association primary key set 2016-11-24 09:29:40 +00:00
has_one_associations_test.rb Introduce reload_<association> reader for singular associations. 2016-11-22 12:37:42 +01:00
has_one_through_associations_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
inner_join_association_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
inverse_associations_test.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
join_model_test.rb Respect new records for CollectionProxy#uniq 2016-11-13 06:19:28 +09:00
left_outer_join_association_test.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
nested_through_associations_test.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
required_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00