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
Daniel E. Garcia Shulman 032ab94332 Fixes TypeError Exception when cache counter value equals nil (#26940)
* Fixes TypeError when cache counter value equals nil

* Test case for counter cache on unloaded has_many association
2016-11-02 15:45:54 -04: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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02: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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
has_many_associations_test.rb Fixes TypeError Exception when cache counter value equals nil (#26940) 2016-11-02 15:45:54 -04:00
has_many_through_associations_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
has_one_associations_test.rb Allow autosave: true to be used with inverse of 2016-11-01 13:28:56 -04: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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02: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