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
2020-01-15 21:40:10 +09:00
..
adapters Fix CI failures due to MySQL 8.0.19 no longer output integer display width unless ZEROFILL is also used 2020-01-15 21:40:10 +09:00
arel Allow #nulls_first and #nulls_last in PostgreSQL 2019-12-31 15:59:59 -05:00
associations Avoid extraneous preloading when loading across has_one associations 2020-01-08 08:14:04 +13:00
attribute_methods
coders
connection_adapters Ensure the reading connection always raises if we try to write 2020-01-09 18:34:28 -05:00
database_configurations Move name key on configuration hash into DatabaseConfig 2019-12-17 15:59:49 -05:00
fixture_set
migration Fix CI failures due to MySQL 8.0.19 no longer output integer display width unless ZEROFILL is also used 2020-01-15 21:40:10 +09:00
relation Introducing the where.missing query method. 2020-01-11 09:14:25 -05:00
scoping
tasks Update tests 2020-01-06 20:43:20 +03:00
type
validations Add scale support to ActiveRecord::Validations::NumericalityValidator 2020-01-13 11:00:22 -05:00
adapter_test.rb Rename a test method to not conflict with a deprecated method 2019-12-17 12:35:15 -05:00
aggregations_test.rb
annotate_test.rb Should Regexp.escape quoted table name in regex 2019-07-08 09:32:30 +09:00
ar_schema_test.rb
associations_test.rb
attribute_decorators_test.rb
attribute_methods_test.rb
attributes_test.rb Should find last created record 2019-06-15 08:19:31 +09:00
autosave_association_test.rb Only assign @new_record_before_save once in autosave_association 2020-01-06 12:57:33 -05:00
base_test.rb Better double checked locking in load_schema 2019-09-24 18:00:05 +02:00
batches_test.rb Merge pull request #38038 from Shopify/activerecord-ruby-2.7-warnings-6-0-stable-batch-2 2019-12-20 19:43:49 +09:00
binary_test.rb
bind_parameter_test.rb Address test_statement_cache_with_in_clause failure due to nondeterministic sort order 2019-06-20 15:07:58 +00:00
boolean_test.rb
cache_key_test.rb
calculations_test.rb Fix random CI failure due to non-deterministic sorting order 2020-01-14 08:44:05 +09:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb Merge pull request #38099 from alipman88/avoid_unecessary_query_if_cache_versioning_enabled 2020-01-06 08:52:41 -05:00
column_alias_test.rb
column_definition_test.rb
comment_test.rb
connection_management_test.rb
connection_pool_test.rb Don't allow mutations on configuration_hash 2019-12-19 09:15:24 -05:00
core_test.rb Update for Time#inspect 2019-09-21 16:57:39 +09:00
counter_cache_test.rb
custom_locking_test.rb
database_configurations_test.rb Fix bug in configs_for 2019-12-03 11:38:12 -08:00
database_selector_test.rb Ensure the reading connection always raises if we try to write 2020-01-09 18:34:28 -05:00
database_statements_test.rb
date_test.rb
date_time_precision_test.rb
date_time_test.rb
defaults_test.rb Update MySQL links to the current version of the manual [ci skip] 2019-10-03 20:22:29 -04:00
dirty_test.rb Serialize symbols to strings in ImmutableString serialize method 2019-08-10 23:37:37 +01:00
disconnected_test.rb Deprecate connection_config 2019-12-17 12:20:37 -05:00
dup_test.rb
enum_test.rb Add test case about assigning nil in enum 2019-12-27 13:58:54 +09:00
errors_test.rb
explain_subscriber_test.rb
explain_test.rb
filter_attributes_test.rb Fix Active Record attribute filtering test on Ruby 2.7 2019-12-19 16:16:13 +01:00
finder_respond_to_test.rb
finder_test.rb Additionally order by primary key if implicit_order_column is not uniq 2019-11-03 16:01:18 +01:00
fixtures_test.rb Deprecate "primary" as a connection_specification_name for ActiveRecord::Base 2020-01-08 16:49:41 -05:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Instantiate ConnectionPool with a DatabaseConfig rather than a ConnectionSpecification 2019-09-24 15:12:22 +02:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Should Regexp.escape quoted table name in regex 2019-07-08 09:32:30 +09:00
insert_all_test.rb include primary key in insert_all conflict target if specified in unique_by 2019-10-03 08:32:37 -05:00
instrumentation_test.rb Include connection in cached query notifications 2019-10-01 00:35:32 +01:00
integration_test.rb
invalid_connection_test.rb
invertible_migration_test.rb make AR::ConnectionAdapers::Table#remove reversible 2019-07-03 15:05:21 +09:00
json_attribute_test.rb
json_serialization_test.rb Merge pull request #35891 from Shopify/schema-cache-deduplication 2019-06-19 13:04:32 +02:00
json_shared_test_cases.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb Accept columns passed with options in remove_index 2019-09-10 22:21:20 +01:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multi_db_migrator_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb Deprecate "primary" as a connection_specification_name for ActiveRecord::Base 2020-01-08 16:49:41 -05:00
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
null_relation_test.rb
numeric_data_test.rb
persistence_test.rb
pooled_connections_test.rb
prepared_statement_status_test.rb Fix test failure if prepared_statements is flipped 2020-01-03 18:51:15 +09:00
primary_keys_test.rb
query_cache_test.rb Deprecate "primary" as a connection_specification_name for ActiveRecord::Base 2020-01-08 16:49:41 -05:00
quoting_test.rb
readonly_test.rb
reaper_test.rb Don't allow mutations on configuration_hash 2019-12-19 09:15:24 -05:00
reflection_test.rb Silence method redefined warnings 2019-09-17 15:53:36 +09:00
relation_test.rb Use assert_queries since we are only checking for the count 2019-09-30 22:38:00 -03:00
relations_test.rb Fix unscoped grouped where 2019-11-21 17:27:26 -05:00
reload_models_test.rb
reserved_word_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Revert schema dumper to use strings rather than integers 2019-06-20 14:00:42 +02:00
schema_loading_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb define_attribute takes keyword arguments 2019-09-15 03:05:52 +09:00
statement_cache_test.rb
statement_invalid_test.rb
store_test.rb
suppressor_test.rb
test_case.rb Check that entire collection has been loaded before short circuiting 2019-11-19 15:32:36 -06:00
test_databases_test.rb Restore previous behavior of parallel test databases 2020-01-07 16:03:00 -05:00
test_fixtures_test.rb Enable Layout/ClosingHeredocIndentation cop 2019-11-24 09:44:32 +09:00
time_precision_test.rb
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb Clear callback triggers when transaction completes 2019-12-27 01:33:22 +00:00
transaction_isolation_test.rb Don't run concurrent transaction test on sqlite3: 2019-12-17 17:15:23 +01:00
transactions_test.rb Don't run concurrent transaction test on sqlite3: 2019-12-17 17:15:23 +01:00
type_test.rb
types_test.rb
unconnected_test.rb Deprecate "primary" as a connection_specification_name for ActiveRecord::Base 2020-01-08 16:49:41 -05:00
unsafe_raw_sql_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
yaml_serialization_test.rb