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
Ryuta Kamizono 4aa4a449e0 Remove unused aliased_table_name in Association
`aliased_table_name` in `Association` was added at a3502c4.
`aliased_table_name` in `JoinDependency` (added at 55854c4) is used, but
it looks like that added one in `Association` is never used from the
beginning.
2017-06-29 06:00:17 +09:00
..
association_scope_test.rb Don't passing klass.connection to AssociationScope 2017-06-29 01:26:18 +09:00
belongs_to_associations_test.rb Remove unused aliased_table_name in Association 2017-06-29 06:00:17 +09: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 Fix a RuboCop offences using rubocop -a 2017-05-24 15:21:17 +09:00
cascaded_eager_loading_test.rb Remove redundant assert_nothing_raised before another assertions 2017-06-06 09:03:54 +09:00
eager_load_includes_full_sti_class_test.rb Fix eager loading to respect store_full_sti_class setting 2017-06-29 01:40:01 +09:00
eager_load_nested_include_test.rb Privatize unneededly protected methods in Active Record tests 2016-12-24 00:15:31 +09:00
eager_singularization_test.rb Deprecate supports_migrations? on connection adapters 2017-02-27 03:14:33 +09:00
eager_test.rb Remove redundant assert_nothing_raised before another assertions 2017-06-06 09:03:54 +09:00
extension_test.rb Fix association with extension issues 2017-05-28 01:18:13 +09:00
has_and_belongs_to_many_associations_test.rb Remove a redundant test case of HABTM_associations_test 2017-05-31 05:07:07 +09:00
has_many_associations_test.rb Merge pull request #29611 from kamipo/add_test_case_for_unscoping_default_scope 2017-06-28 14:32:51 -04:00
has_many_through_associations_test.rb ActiveRecord: do not create "has many through" records that have been removed 2017-06-28 14:18:48 +02:00
has_one_associations_test.rb Raise on create for singular association when parent is unpersisted 2017-06-08 16:32:10 -05:00
has_one_through_associations_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
inner_join_association_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
inverse_associations_test.rb Remove a duplicate test of inverse_associations_test in AR 2017-05-21 19:59:52 +09:00
join_model_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
left_outer_join_association_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
nested_through_associations_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
required_test.rb Ensure that tests will reset belongs_to_requierd_by_default config 2017-02-27 23:23:27 -05:00