rails/activesupport/test/core_ext
2024-07-16 12:34:20 +02:00
..
array Modernize method missing implementations 2024-01-16 13:17:45 +01:00
class Class attribute writer is a public method 2020-10-02 15:53:46 +09:00
digest Define Digest::UUID.nil_uuid 2024-05-29 14:41:30 +02: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 Simplify attr_internal_define 2023-10-31 13:42:57 +01:00
object Update Method#duplicable? to be consistent with Ruby 3.4 2024-02-14 09:52:55 +01:00
pathname Pathname.blank? only returns true for Pathname.new("") 2022-02-19 09:54:58 +01: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 Filter reloaded classes in Class#subclasses and Class#descendants core exts 2022-09-28 12:08:58 +02:00
date_and_time_behavior.rb Add quarter method to date/time (#45009) 2022-07-14 16:43:52 -07:00
date_and_time_compatibility_test.rb Merge pull request #52091 from jasonkim/to-time-use-timezone 2024-06-26 16:16:05 -04:00
date_ext_test.rb Support rfc2822 format for Time#to_fs & Date#to_fs (#52337) 2024-07-16 12:34:20 +02:00
date_time_ext_test.rb Support rfc2822 format for Time#to_fs & Date#to_fs (#52337) 2024-07-16 12:34:20 +02:00
duration_test.rb [Tests only] Enable Minitest/AssertPredicate rule 2023-10-13 19:26:47 +00:00
enumerable_test.rb [ActiveSupport] Add option filter on in_order_of (#52072) 2024-06-12 15:13:50 -07:00
erb_util_test.rb Fix exception raised from template should not show compiled code 2024-05-20 17:07:19 +09:00
file_test.rb atomic write race condition 2022-01-16 16:54:58 -08:00
hash_ext_test.rb Remove deprecated override of ActiveSupport::TimeWithZone.name 2023-03-03 00:38:31 +00: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 [Active Support] Add explicit assertions to tests with no assertions 2022-02-15 23:44:25 +00: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 Update test suite for compatibility with Ruby 3.4-dev 2024-02-16 11:55:44 +01: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 Handle negative numbers in NumberToHumanSizeConverter 2023-10-26 18:07:15 +02:00
range_ext_test.rb Fix Range#overlap? ignoring empty ranges 2023-09-22 19:48:49 -04: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 Use SecureRandom.alphanumeric for SecureRandom.base36 2023-08-30 11:28:42 +02:00
string_ext_test.rb Revert "Remove deprecated support for the pre-Ruby 2.4 behavior of to_time" 2024-06-02 23:52:59 +09:30
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 Support rfc2822 format for Time#to_fs & Date#to_fs (#52337) 2024-07-16 12:34:20 +02:00
time_with_zone_test.rb Remove code for DateTime-backed TimeWithZone 2024-07-11 10:34:51 -07:00