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
2018-03-30 13:10:25 +09:00
..
belongs_to_associations_test.rb Fix dependence on has_one/belongs_to relationships 2018-03-06 12:41:18 +00:00
bidirectional_destroy_dependencies_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
callbacks_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
cascaded_eager_loading_test.rb Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
eager_load_includes_full_sti_class_test.rb Extract all base_class.name as polymorphic_name 2018-03-04 02:34:00 +09:00
eager_load_nested_include_test.rb try using regexes 2017-11-09 22:42:15 +10:30
eager_singularization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
eager_test.rb Don't unset foreign key when preloading missing record 2018-03-24 22:18:05 +00:00
extension_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
has_and_belongs_to_many_associations_test.rb Deprecate update_attributes and update_attributes! 2018-02-17 13:58:54 -08:00
has_many_associations_test.rb Fix intermittent CI failure due to setting explicit person.id = 10 2018-03-30 13:10:25 +09:00
has_many_through_associations_test.rb Merge pull request #31934 from fatkodima/fix-has_many_through-dumping 2018-02-09 09:53:35 +09:00
has_one_associations_test.rb Fix dependence on has_one/belongs_to relationships 2018-03-06 12:41:18 +00:00
has_one_through_associations_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
inner_join_association_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
inverse_associations_test.rb Make reflection.klass raise if polymorphic? not to be misused 2018-02-19 00:11:29 +09:00
join_model_test.rb Remove extra whitespace 2018-01-25 23:32:59 -05:00
left_outer_join_association_test.rb Fix "NameError: uninitialized constant Categorization::Category" 2018-02-26 16:20:06 +09:00
nested_through_associations_test.rb Use assert_empty and assert_not_empty 2018-01-25 23:32:59 -05:00
required_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00