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
Ryuta Kamizono 13c5aa818e source_type_scope should respect correct table alias
`join_scopes` in `PolymorphicReflection` is passed aliased `table`, so
it should be respected for `source_type_scope`.

Closes #13969.
Fixes #13920.
Fixes #15190.
2017-10-30 22:06:12 +09:00
..
adapters removed unnecessary semicolons 2017-10-28 17:39:58 +09:00
associations source_type_scope should respect correct table alias 2017-10-30 22:06:12 +09:00
attribute_methods Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
coders Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
connection_adapters Merge remote-tracking branch 'origin/master' into unlock-minitest 2017-08-01 17:34:14 -04:00
connection_specification Distinguish missing adapter gems from load errors within the adapter 2017-10-08 14:47:51 -07:00
fixture_set Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
migration Remove deprecated argument default from index_name_exists? 2017-10-23 12:50:45 -04:00
relation Address random test_or_with_bind_params failures 2017-09-13 22:55:13 +00:00
scoping Fix random CI failure due to non-deterministic sorting order 2017-08-13 20:41:19 +09:00
tasks Unneeded Mocha stubs for Kernel#system 2017-09-25 08:57:43 +09:00
type Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations Check :scope input in Uniqueness validator 2017-08-13 19:39:55 +03:00
adapter_test.rb Fix can't modify frozen String error in an AR test 2017-08-19 21:11:59 +09:00
aggregations_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
ar_schema_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
associations_test.rb Fix random CI failure due to non-deterministic sorting order 2017-08-26 17:21:22 +09:00
attribute_decorators_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_methods_test.rb Add test for class of GeneratedAttributeMethods instance in ancestors 2017-10-09 07:10:00 +09:00
attribute_set_test.rb Fix RuboCop offenses 2017-08-16 17:55:25 +09:00
attribute_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attributes_test.rb Merge pull request #26707 from jcoleman/add_attribute_names_cache_busting_spec 2017-09-18 14:04:47 +09:00
autosave_association_test.rb "models/reader" is no longer used in autosave_association_test.rb 2017-08-28 09:17:21 +09:00
base_test.rb Convert ignored_columns to a list of string 2017-10-20 19:42:44 +09:00
batches_test.rb Remove deprecated configuration .error_on_ignored_order_or_limit 2017-10-23 12:50:47 -04:00
binary_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
bind_parameter_test.rb Refactor Active Record to let Arel manage bind params 2017-07-24 09:07:24 -04:00
cache_key_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
calculations_test.rb Fix COUNT(DISTINCT ...) for GROUP BY with ORDER BY and LIMIT 2017-10-14 13:36:51 +09:00
callbacks_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
clone_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
collection_cache_key_test.rb Don't use collection.table_name in collection_cache_key 2017-09-14 10:17:28 +09:00
column_alias_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
column_definition_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
comment_test.rb Return nil if table comment is blank 2017-09-22 23:04:54 +09:00
connection_management_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
connection_pool_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
core_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
counter_cache_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
custom_locking_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
database_statements_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
date_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
date_time_precision_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
date_time_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
defaults_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
dirty_test.rb Fix random CI failure DirtyTest: 2017-08-09 22:06:49 +03:00
disconnected_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
dup_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
enum_test.rb Load both :authors and :author_addresses to keep data integrity 2017-08-22 19:32:45 +00:00
errors_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_subscriber_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_test.rb Merge pull request #29732 from kirs/frozen-activerecord 2017-07-21 14:36:30 -04:00
finder_respond_to_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
finder_test.rb All test cases for exists? places in finder_test.rb to ease to find the test cases 2017-10-09 12:16:21 +09:00
fixtures_test.rb Add binary helper method to fixtures. 2017-08-12 18:35:32 +09:00
forbidden_attributes_protection_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
habtm_destroy_order_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
helper.rb Merge remote-tracking branch 'origin/master' into unlock-minitest 2017-08-01 17:34:14 -04:00
hot_compatibility_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
i18n_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
inheritance_test.rb Clarify base_class tests on abstract STI vs concrete STI 2017-08-12 11:04:01 -07:00
instrumentation_test.rb Fix "warning: `*' interpreted as argument prefix" 2017-09-21 13:33:43 +09:00
integration_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
invalid_connection_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
invertible_migration_test.rb Enable hstore extention disabled at the end of InvertibleMigrationTest#test_migrate_enable_and_disable_extension 2017-10-18 15:33:29 +00:00
json_attribute_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
json_serialization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
json_shared_test_cases.rb Add JSON attribute test cases for SQLite3 adapter 2017-10-05 17:38:07 +09:00
locking_test.rb Rase when calling lock! in a dirty record 2017-10-23 12:50:46 -04:00
log_subscriber_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
migration_test.rb Remove deprecated method ActiveRecord::Migrator.schema_migrations_table_name 2017-10-23 12:50:46 -04:00
migrator_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
mixin_test.rb Merge pull request #29860 from georgeclaghorn/travel-back-automatically 2017-07-24 01:01:25 -04:00
modules_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
multiparameter_attributes_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
multiple_db_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
nested_attributes_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
nested_attributes_with_callbacks_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
null_relation_test.rb Reset column information after schema changed 2017-07-20 22:43:13 +03:00
numeric_data_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
persistence_test.rb Ensure returning affected objects for class level update and destroy 2017-09-18 08:12:59 +09:00
pooled_connections_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
primary_keys_test.rb Remove deprecated method supports_primary_key? 2017-10-23 12:50:46 -04:00
query_cache_test.rb sqlite3 adapter returns integer value which used to be string 2017-09-01 15:57:02 +00:00
quoting_test.rb Remove deprecated support to quoted_id when typecasting an Active Record object 2017-10-23 12:50:45 -04:00
readonly_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
reaper_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
reflection_test.rb Remove deprecated methd #scope_chain 2017-10-23 12:50:47 -04:00
relation_test.rb Remove unused explicit delegation to klass in relation 2017-09-14 10:45:28 +09:00
relations_test.rb All test cases for exists? places in finder_test.rb to ease to find the test cases 2017-10-09 12:16:21 +09:00
reload_models_test.rb Merge remote-tracking branch 'origin/master' into unlock-minitest 2017-08-01 17:34:14 -04:00
reserved_word_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
result_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
sanitize_test.rb Remove deprecated support to quoted_id when typecasting an Active Record object 2017-10-23 12:50:45 -04:00
schema_dumper_test.rb Third party adapters doesn't support index orders yet 2017-10-26 03:19:37 +09:00
schema_loading_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
secure_token_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
serialization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
serialized_attribute_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
statement_cache_test.rb Passing klass to StatementCache.new 2017-08-04 02:27:50 +09:00
store_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
suppressor_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
test_case.rb Merge pull request #29732 from kirs/frozen-activerecord 2017-07-21 14:36:30 -04:00
test_fixtures_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
time_precision_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
timestamp_test.rb Move test_index_is_created_for_both_timestamps to TimestampsWithoutTransactionTest 2017-08-17 14:12:36 +00:00
touch_later_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
transaction_callbacks_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
transaction_isolation_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
transactions_test.rb Merge pull request #29724 from eugeneius/sync_primary_key 2017-08-02 17:21:07 +09:30
type_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
types_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
unconnected_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations_repair_helper.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
view_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
yaml_serialization_test.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00