.. |
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
|
|
|
hash
|
Remove deprecated file active_support/core_ext/hash/transform_values
|
2020-10-30 00:25:58 +00:00 |
kernel
|
|
|
module
|
Remove deprecated Module#parent_name , Module#parent and `Module#parents
|
2020-10-30 00:25:52 +00:00 |
object
|
Remove some references to OrderedHash
|
2021-03-22 21:14:32 +09:00 |
bigdecimal_test.rb
|
|
|
class_test.rb
|
|
|
date_and_time_behavior.rb
|
|
|
date_and_time_compatibility_test.rb
|
|
|
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
|
Stop internationalizing Duration#inspect
|
2021-04-21 21:44:44 +02:00 |
enumerable_test.rb
|
Add Enumerable#sole (#40914)
|
2021-04-19 11:26:34 +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
|
|
|
kernel_test.rb
|
|
|
load_error_test.rb
|
|
|
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
|
Use native Range#cover? which accepts Range arguments since Ruby 2.6
|
2021-02-07 22:21:17 -05:00 |
regexp_ext_test.rb
|
|
|
secure_random_test.rb
|
|
|
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
|
Fix warning with Ruby 2.7 on Time.at with keyword arguments
|
2021-02-09 03:51:54 +00:00 |
time_with_zone_test.rb
|
Simplify Time.find_timezone! logic
|
2021-04-13 16:25:58 +01:00 |
uri_ext_test.rb
|
Use URI::DEFAULT_PARSER rather than instantiate a new one
|
2020-06-29 23:06:34 +02:00 |