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
Godfrey Chan 473b09f616 Merge pull request #15266 from dv/use_counter_cache_for_empty_call
If a counter_cache exists, use it for #empty?
2014-07-15 08:34:44 -07:00
..
association_scope_test.rb Merge branch 'master' into adequaterecord 2014-02-17 11:21:18 -08:00
belongs_to_associations_test.rb Include fixtures to prevent foreign key violation. 2014-07-09 00:04:14 +08:00
callbacks_test.rb Remove unused variable 2014-05-01 14:10:11 -03:00
cascaded_eager_loading_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
deprecated_counter_cache_on_has_many_through_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_singularization_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
eager_test.rb preload preserves readonly flag on associations. #15853 2014-06-25 13:46:54 +02:00
extension_test.rb Revert the whole refactoring in the association builder classes. 2013-12-11 19:28:32 -02:00
has_and_belongs_to_many_associations_test.rb Use a better test description 2014-06-19 15:00:58 -03:00
has_many_associations_test.rb Merge pull request #15266 from dv/use_counter_cache_for_empty_call 2014-07-15 08:34:44 -07:00
has_many_through_associations_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
has_one_associations_test.rb Associations now raise ArgumentError on name conflicts. 2014-01-31 00:29:48 -02:00
has_one_through_associations_test.rb Through associations should set both parent ids on join models 2014-06-13 14:38:34 -06:00
inner_join_association_test.rb WIP: pass existing joins to construct_join_dependency 2014-05-16 15:55:44 -04:00
inverse_associations_test.rb Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of 2014-06-13 18:19:18 -03:00
join_model_test.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
nested_through_associations_test.rb Warm up cache to prevent assertion failure. 2014-07-08 21:54:42 +08:00
required_test.rb Add a required option to singular associations 2014-07-04 16:10:45 -06:00