File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
railties/lib/rails/application Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ Below are the default values associated with each target version. In cases of co
106
106
- [ ` config.active_support.cache_format_version ` ] ( #config-active-support-cache-format-version ) : ` 7.0 `
107
107
- [ ` config.active_support.executor_around_test_case ` ] ( #config-active-support-executor-around-test-case ) : ` true `
108
108
- [ ` config.active_support.hash_digest_class ` ] ( #config-active-support-hash-digest-class ) : ` OpenSSL::Digest::SHA256 `
109
- - [ ` config.active_support.isolation_level ` ] ( #config-active-support-isolation-level ) : ` :thread `
110
109
- [ ` config.active_support.key_generator_hash_digest_class ` ] ( #config-active-support-key-generator-hash-digest-class ) : ` OpenSSL::Digest::SHA256 `
111
110
112
111
#### Default Values for Target Version 6.1
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ def load_defaults(target_version)
239
239
active_support . key_generator_hash_digest_class = OpenSSL ::Digest ::SHA256
240
240
active_support . cache_format_version = 7.0
241
241
active_support . executor_around_test_case = true
242
- active_support . isolation_level = :thread
243
242
end
244
243
245
244
if respond_to? ( :action_mailer )
You can’t perform that action at this time.
0 commit comments