1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
Jean Boussier 2bf5974287 Use IsolatedExecutionState in thread_mattr_accessor
Ref: https://github.com/rails/rails/pull/43596

This allow users to declare wether their unit of work is isolated
by fibers or by threads.
2021-11-24 11:41:16 +01:00
..
array Remove deprecated file active_support/core_ext/array/prepend_and_append 2020-10-30 00:25:56 +00:00
class Class attribute writer is a public method 2020-10-02 15:53:46 +09:00
digest Avoid adding new method to ActiveSupport. 2021-11-02 01:12:32 +00:00
hash Remove deprecated file active_support/core_ext/hash/transform_values 2020-10-30 00:25:58 +00:00
kernel allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
module Use IsolatedExecutionState in thread_mattr_accessor 2021-11-24 11:41:16 +01:00
object Remove some references to OrderedHash 2021-03-22 21:14:32 +09:00
bigdecimal_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
class_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
date_and_time_behavior.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
date_and_time_compatibility_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
date_ext_test.rb Add tests for to_s(:inspect) 2020-05-10 00:03:37 +09:00
date_time_ext_test.rb Add tests for to_s(:inspect) 2020-05-10 00:03:37 +09:00
duration_test.rb Always use %f formatter for ISO8601 durations since they can't be in scientific notation 2021-06-02 07:09:16 -07:00
enumerable_test.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
file_test.rb Allow automic file test to be parallelized 2020-01-24 09:54:01 -08:00
hash_ext_test.rb Revert "Merge pull request #41931 from MarcelEeken/deep-merge-changing-original-hash" 2021-04-13 12:12:03 +02:00
integer_ext_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
kernel_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
load_error_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
module_test.rb Autocorrect Rubocop roles 2021-04-13 18:32:25 +00:00
name_error_test.rb Remove all version checking for older Rubies in tests 2021-02-05 13:21:45 +09:00
numeric_ext_test.rb Remove deprecated file active_support/core_ext/numeric/inquiry 2020-10-30 00:25:54 +00:00
range_ext_test.rb Remove deprecated support to use Range#include? to check the inclusion of a value in a date time range is deprecated 2021-11-19 21:43:24 +00:00
regexp_ext_test.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
secure_random_test.rb update tests for SecureRandom.base58 method 2021-05-12 01:05:22 +05:30
string_ext_test.rb Deprecate implicitly coercing objects to string in ActiveSupport::SafeBuffer 2021-05-03 14:16:03 +02:00
symbol_ext_test.rb Removes Symbol#start_with? and Symbol#end_with? since they are defined in Ruby 2.7 2021-02-07 21:47:25 -03:00
time_ext_test.rb Time#change should pass the zone property through if it's set 2021-06-25 11:49:54 -05:00
time_with_zone_test.rb Use IsolatedExecutionState across Active Support 2021-11-19 09:58:15 +01:00