activesupport 7.2.3.2 → 8.0.0.beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +41 -411
  3. data/README.rdoc +1 -1
  4. data/lib/active_support/backtrace_cleaner.rb +2 -2
  5. data/lib/active_support/benchmark.rb +21 -0
  6. data/lib/active_support/benchmarkable.rb +3 -2
  7. data/lib/active_support/broadcast_logger.rb +74 -61
  8. data/lib/active_support/cache/file_store.rb +14 -4
  9. data/lib/active_support/cache/mem_cache_store.rb +15 -13
  10. data/lib/active_support/cache/memory_store.rb +9 -5
  11. data/lib/active_support/cache/null_store.rb +2 -2
  12. data/lib/active_support/cache/redis_cache_store.rb +6 -3
  13. data/lib/active_support/cache/strategy/local_cache.rb +20 -56
  14. data/lib/active_support/cache.rb +17 -12
  15. data/lib/active_support/callbacks.rb +3 -5
  16. data/lib/active_support/class_attribute.rb +26 -0
  17. data/lib/active_support/code_generator.rb +9 -0
  18. data/lib/active_support/concurrency/share_lock.rb +0 -1
  19. data/lib/active_support/configuration_file.rb +15 -6
  20. data/lib/active_support/core_ext/benchmark.rb +6 -10
  21. data/lib/active_support/core_ext/class/attribute.rb +12 -21
  22. data/lib/active_support/core_ext/date/conversions.rb +2 -0
  23. data/lib/active_support/core_ext/date_and_time/compatibility.rb +2 -2
  24. data/lib/active_support/core_ext/date_time/conversions.rb +2 -4
  25. data/lib/active_support/core_ext/enumerable.rb +13 -20
  26. data/lib/active_support/core_ext/erb/util.rb +2 -2
  27. data/lib/active_support/core_ext/hash/except.rb +0 -12
  28. data/lib/active_support/core_ext/module/introspection.rb +0 -3
  29. data/lib/active_support/core_ext/object/json.rb +18 -14
  30. data/lib/active_support/core_ext/object/try.rb +2 -2
  31. data/lib/active_support/core_ext/range.rb +0 -1
  32. data/lib/active_support/core_ext/securerandom.rb +8 -24
  33. data/lib/active_support/core_ext/string/filters.rb +3 -3
  34. data/lib/active_support/core_ext/string/multibyte.rb +3 -3
  35. data/lib/active_support/core_ext/string/output_safety.rb +1 -3
  36. data/lib/active_support/core_ext/time/calculations.rb +14 -2
  37. data/lib/active_support/core_ext/time/compatibility.rb +1 -9
  38. data/lib/active_support/core_ext/time/conversions.rb +2 -0
  39. data/lib/active_support/core_ext/time/zones.rb +1 -1
  40. data/lib/active_support/current_attributes.rb +7 -14
  41. data/lib/active_support/deprecation.rb +1 -1
  42. data/lib/active_support/encrypted_configuration.rb +20 -2
  43. data/lib/active_support/error_reporter.rb +27 -6
  44. data/lib/active_support/execution_wrapper.rb +1 -1
  45. data/lib/active_support/file_update_checker.rb +1 -1
  46. data/lib/active_support/gem_version.rb +4 -4
  47. data/lib/active_support/hash_with_indifferent_access.rb +31 -31
  48. data/lib/active_support/i18n_railtie.rb +19 -10
  49. data/lib/active_support/isolated_execution_state.rb +0 -1
  50. data/lib/active_support/json/decoding.rb +1 -1
  51. data/lib/active_support/json/encoding.rb +7 -25
  52. data/lib/active_support/lazy_load_hooks.rb +1 -1
  53. data/lib/active_support/message_encryptors.rb +2 -2
  54. data/lib/active_support/message_verifier.rb +0 -9
  55. data/lib/active_support/message_verifiers.rb +3 -5
  56. data/lib/active_support/messages/rotator.rb +0 -5
  57. data/lib/active_support/multibyte/chars.rb +1 -4
  58. data/lib/active_support/number_helper/number_converter.rb +1 -1
  59. data/lib/active_support/number_helper/number_to_delimited_converter.rb +2 -17
  60. data/lib/active_support/number_helper.rb +22 -0
  61. data/lib/active_support/railtie.rb +4 -0
  62. data/lib/active_support/tagged_logging.rb +5 -0
  63. data/lib/active_support/testing/assertions.rb +72 -21
  64. data/lib/active_support/testing/isolation.rb +0 -2
  65. data/lib/active_support/testing/parallelization/server.rb +2 -15
  66. data/lib/active_support/testing/parallelization/worker.rb +2 -2
  67. data/lib/active_support/testing/parallelization.rb +1 -12
  68. data/lib/active_support/testing/strict_warnings.rb +43 -0
  69. data/lib/active_support/testing/time_helpers.rb +2 -1
  70. data/lib/active_support/time_with_zone.rb +22 -13
  71. data/lib/active_support/values/time_zone.rb +17 -15
  72. data/lib/active_support/xml_mini.rb +0 -2
  73. data/lib/active_support.rb +10 -2
  74. metadata +27 -14
  75. data/lib/active_support/core_ext/range/sole.rb +0 -17
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 410383fdbd3989a1f2dc413ea22163403fbd2906ec49c1828c802256a3510577
4
- data.tar.gz: 63f1977fb840b24a340ac98cfa414998793149a0e358579f2b04243e1ee3aebc
3
+ metadata.gz: 492cd4c9d2ec59d97060d7949b3b68badc089d97ea467a30a0e6614d65e69c21
4
+ data.tar.gz: 98af51f7ec102b694fbd17f636cdf942b965a9a845561f05b1569b07efc56747
5
5
  SHA512:
6
- metadata.gz: a54b2237830338b91eb0609869b4be08ec2bfac741b8ee715949054f07324477db7241597eef7073560583e1af3c3ea2c8b5476722750245d4fec3577ea67c2f
7
- data.tar.gz: ddf2e56f5d1b0d40b688b37d5a32f712fb59726cbc6875b78d4f23dda63453e2ead6d6f2a63e5f5ecdf63ab9bfd635d06d03bcb7c5d13b39323d46f4c41c32a7
6
+ metadata.gz: b720480df1c4117bf85c0f9066f7015dc750ca1279bba4c07a66a429effa06101adab40eda21f76c6d14ee1c57d46b6aff5cffd494e0e55d18600fe764c9d0e5
7
+ data.tar.gz: 13d40213e5c9720bda46e71d696a6f011547ca95ade865061df922cc9abd5adfbf6a0daa651e0732314dfb67faf3c9ad3fde39bb3490f4e3fd7577fb24b8221b
data/CHANGELOG.md CHANGED
@@ -1,183 +1,4 @@
1
- ## Rails 7.2.3.2 (July 29, 2026) ##
2
-
3
- * No changes.
4
-
5
-
6
- ## Rails 7.2.3.1 (March 23, 2026) ##
7
-
8
- * Reject scientific notation in NumberConverter
9
-
10
- [CVE-2026-33176]
11
-
12
- *Jean Boussier*
13
-
14
- * Fix `SafeBuffer#%` to preserve unsafe status
15
-
16
- [CVE-2026-33170]
17
-
18
- *Jean Boussier*
19
-
20
- * Improve performance of NumberToDelimitedConverter
21
-
22
- [CVE-2026-33169]
23
-
24
- *Jean Boussier*
25
-
26
-
27
- ## Rails 7.2.3 (October 28, 2025) ##
28
-
29
- * Fix `Enumerable#sole` to return the full tuple instead of just the first element of the tuple.
30
-
31
- *Olivier Bellone*
32
-
33
- * Fix parallel tests hanging when worker processes die abruptly.
34
-
35
- Previously, if a worker process was killed (e.g., OOM killed, `kill -9`) during parallel
36
- test execution, the test suite would hang forever waiting for the dead worker.
37
-
38
- *Joshua Young*
39
-
40
- * `ActiveSupport::FileUpdateChecker` does not depend on `Time.now` to prevent unnecessary reloads with time travel test helpers
41
-
42
- *Jan Grodowski*
43
-
44
- * Fix `ActiveSupport::BroadcastLogger` from executing a block argument for each logger (tagged, info, etc.).
45
-
46
- *Jared Armstrong*
47
-
48
- * Fix `ActiveSupport::HashWithIndifferentAccess#transform_keys!` removing defaults.
49
-
50
- *Hartley McGuire*
51
-
52
- * Fix `ActiveSupport::HashWithIndifferentAccess#tranform_keys!` to handle collisions.
53
-
54
- If the transformation would result in a key equal to another not yet transformed one,
55
- it would result in keys being lost.
56
-
57
- Before:
58
-
59
- ```ruby
60
- >> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
61
- => {"c" => 1}
62
- ```
63
-
64
- After:
65
-
66
- ```ruby
67
- >> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
68
- => {"c" => 1, "d" => 2}
69
- ```
70
-
71
- *Jason T Johnson*, *Jean Boussier*
72
-
73
- * Fix `ActiveSupport::Cache::MemCacheStore#read_multi` to handle network errors.
74
-
75
- This method specifically wasn't handling network errors like other codepaths.
76
-
77
- *Alessandro Dal Grande*
78
-
79
- * Fix Active Support Cache `fetch_multi` when local store is active.
80
-
81
- `fetch_multi` now properly yield to the provided block for missing entries
82
- that have been recorded as such in the local store.
83
-
84
- *Jean Boussier*
85
-
86
- * Fix execution wrapping to report all exceptions, including `Exception`.
87
-
88
- If a more serious error like `SystemStackError` or `NoMemoryError` happens,
89
- the error reporter should be able to report these kinds of exceptions.
90
-
91
- *Gannon McGibbon*
92
-
93
- * Fix `RedisCacheStore` and `MemCacheStore` to also handle connection pool related errors.
94
-
95
- These errors are rescued and reported to `Rails.error`.
96
-
97
- *Jean Boussier*
98
-
99
- * Fix `ActiveSupport::Cache#read_multi` to respect version expiry when using local cache.
100
-
101
- *zzak*
102
-
103
- * Fix `ActiveSupport::MessageVerifier` and `ActiveSupport::MessageEncryptor` configuration of `on_rotation` callback.
104
-
105
- ```ruby
106
- verifier.rotate(old_secret).on_rotation { ... }
107
- ```
108
-
109
- Now both work as documented.
110
-
111
- *Jean Boussier*
112
-
113
- * Fix `ActiveSupport::MessageVerifier` to always be able to verify both URL-safe and URL-unsafe payloads.
114
-
115
- This is to allow transitioning seemlessly from either configuration without immediately invalidating
116
- all previously generated signed messages.
117
-
118
- *Jean Boussier*, *Florent Beaurain*, *Ali Sepehri*
119
-
120
- * Fix `cache.fetch` to honor the provided expiry when `:race_condition_ttl` is used.
121
-
122
- ```ruby
123
- cache.fetch("key", expires_in: 1.hour, race_condition_ttl: 5.second) do
124
- "something"
125
- end
126
- ```
127
-
128
- In the above example, the final cache entry would have a 10 seconds TTL instead
129
- of the requested 1 hour.
130
-
131
- *Dhia*
132
-
133
- * Better handle procs with splat arguments in `set_callback`.
134
-
135
- *Radamés Roriz*
136
-
137
- * Fix `String#mb_chars` to not mutate the receiver.
138
-
139
- Previously it would call `force_encoding` on the receiver,
140
- now it dups the receiver first.
141
-
142
- *Jean Boussier*
143
-
144
- * Improve `ErrorSubscriber` to also mark error causes as reported.
145
-
146
- This avoid some cases of errors being reported twice, notably in views because of how
147
- errors are wrapped in `ActionView::Template::Error`.
148
-
149
- *Jean Boussier*
150
-
151
- * Fix `Module#module_parent_name` to return the correct name after the module has been named.
152
-
153
- When called on an anonymous module, the return value wouldn't change after the module was given a name
154
- later by being assigned to a constant.
155
-
156
- ```ruby
157
- mod = Module.new
158
- mod.module_parent_name # => "Object"
159
- MyModule::Something = mod
160
- mod.module_parent_name # => "MyModule"
161
- ```
162
-
163
- *Jean Boussier*
164
-
165
- * Fix a bug in `ERB::Util.tokenize` that causes incorrect tokenization when ERB tags are preceeded by multibyte characters.
166
-
167
- *Martin Emde*
168
-
169
-
170
- ## Rails 7.2.2.2 (August 13, 2025) ##
171
-
172
- * No changes.
173
-
174
-
175
- ## Rails 7.2.2.1 (December 10, 2024) ##
176
-
177
- * No changes.
178
-
179
-
180
- ## Rails 7.2.2 (October 30, 2024) ##
1
+ ## Rails 8.0.0.beta1 (September 26, 2024) ##
181
2
 
182
3
  * Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.
183
4
 
@@ -187,272 +8,81 @@
187
8
 
188
9
  *John Hawthorn*, *Abeid Ahmed*
189
10
 
11
+ * Deprecate `Benchmark.ms` core extension.
190
12
 
191
- ## Rails 7.2.1.2 (October 23, 2024) ##
192
-
193
- * No changes.
194
-
195
-
196
- ## Rails 7.2.1.1 (October 15, 2024) ##
197
-
198
- * No changes.
199
-
200
-
201
- ## Rails 7.2.1 (August 22, 2024) ##
202
-
203
- * No changes.
204
-
205
-
206
- ## Rails 7.2.0 (August 09, 2024) ##
207
-
208
- * Fix `delegate_missing_to allow_nil: true` when called with implict self
209
-
210
- ```ruby
211
- class Person
212
- delegate_missing_to :address, allow_nil: true
213
-
214
- def address
215
- nil
216
- end
217
-
218
- def berliner?
219
- city == "Berlin"
220
- end
221
- end
222
-
223
- Person.new.city # => nil
224
- Person.new.berliner? # undefined local variable or method `city' for an instance of Person (NameError)
225
- ```
226
-
227
- *Jean Boussier*
228
-
229
- * Add `logger` as a dependency since it is a bundled gem candidate for Ruby 3.5
13
+ The `benchmark` gem will become bundled in Ruby 3.5
230
14
 
231
15
  *Earlopain*
232
16
 
233
- * Define `Digest::UUID.nil_uuid`, which returns the so-called nil UUID.
234
-
235
- *Xavier Noria*
236
-
237
- * Support `duration` type in `ActiveSupport::XmlMini`.
238
-
239
- *heka1024*
240
-
241
- * Remove deprecated `ActiveSupport::Notifications::Event#children` and `ActiveSupport::Notifications::Event#parent_of?`.
242
-
243
- *Rafael Mendonça França*
244
-
245
- * Remove deprecated support to call the following methods without passing a deprecator:
246
-
247
- - `deprecate`
248
- - `deprecate_constant`
249
- - `ActiveSupport::Deprecation::DeprecatedObjectProxy.new`
250
- - `ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new`
251
- - `ActiveSupport::Deprecation::DeprecatedConstantProxy.new`
252
- - `assert_deprecated`
253
- - `assert_not_deprecated`
254
- - `collect_deprecations`
255
-
256
- *Rafael Mendonça França*
257
-
258
- * Remove deprecated `ActiveSupport::Deprecation` delegation to instance.
259
-
260
- *Rafael Mendonça França*
261
-
262
- * Remove deprecated `SafeBuffer#clone_empty`.
263
-
264
- *Rafael Mendonça França*
265
-
266
- * Remove deprecated `#to_default_s` from `Array`, `Date`, `DateTime` and `Time`.
267
-
268
- *Rafael Mendonça França*
269
-
270
- * Remove deprecated support to passing `Dalli::Client` instances to `MemCacheStore`.
271
-
272
- *Rafael Mendonça França*
273
-
274
- * Remove deprecated `config.active_support.use_rfc4122_namespaced_uuids`.
275
-
276
- *Rafael Mendonça França*
277
-
278
- * Remove deprecated `config.active_support.remove_deprecated_time_with_zone_name`.
279
-
280
- *Rafael Mendonça França*
281
-
282
- * Remove deprecated `config.active_support.disable_to_s_conversion`.
283
-
284
- *Rafael Mendonça França*
285
-
286
- * Remove deprecated support to bolding log text with positional boolean in `ActiveSupport::LogSubscriber#color`.
287
-
288
- *Rafael Mendonça França*
289
-
290
- * Remove deprecated constants `ActiveSupport::LogSubscriber::CLEAR` and `ActiveSupport::LogSubscriber::BOLD`.
291
-
292
- *Rafael Mendonça França*
293
-
294
- * Remove deprecated support for `config.active_support.cache_format_version = 6.1`.
295
-
296
- *Rafael Mendonça França*
17
+ * `ActiveSupport::TimeWithZone#inspect` now uses ISO 8601 style time like `Time#inspect`
297
18
 
298
- * Remove deprecated `:pool_size` and `:pool_timeout` options for the cache storage.
19
+ *John Hawthorn*
299
20
 
300
- *Rafael Mendonça França*
21
+ * `ActiveSupport::ErrorReporter#report` now assigns a backtrace to unraised exceptions.
301
22
 
302
- * Warn on tests without assertions.
303
-
304
- `ActiveSupport::TestCase` now warns when tests do not run any assertions.
305
- This is helpful in detecting broken tests that do not perform intended assertions.
306
-
307
- *fatkodima*
308
-
309
- * Support `hexBinary` type in `ActiveSupport::XmlMini`.
310
-
311
- *heka1024*
312
-
313
- * Deprecate `ActiveSupport::ProxyObject` in favor of Ruby's built-in `BasicObject`.
314
-
315
- *Earlopain*
316
-
317
- * `stub_const` now accepts a `exists: false` parameter to allow stubbing missing constants.
318
-
319
- *Jean Boussier*
320
-
321
- * Make `ActiveSupport::BacktraceCleaner` copy filters and silencers on dup and clone.
322
-
323
- Previously the copy would still share the internal silencers and filters array,
324
- causing state to leak.
23
+ Previously reporting an un-raised exception would result in an error report without
24
+ a backtrace. Now it automatically generates one.
325
25
 
326
26
  *Jean Boussier*
327
27
 
328
- * Updating Astana with Western Kazakhstan TZInfo identifier.
329
-
330
- *Damian Nelson*
28
+ * Add `escape_html_entities` option to `ActiveSupport::JSON.encode`.
331
29
 
332
- * Add filename support for `ActiveSupport::Logger.logger_outputs_to?`.
30
+ This allows for overriding the global configuration found at
31
+ `ActiveSupport.escape_html_entities_in_json` for specific calls to `to_json`.
333
32
 
33
+ This should be usable from controllers in the following manner:
334
34
  ```ruby
335
- logger = Logger.new('/var/log/rails.log')
336
- ActiveSupport::Logger.logger_outputs_to?(logger, '/var/log/rails.log')
337
- ```
338
-
339
- *Christian Schmidt*
340
-
341
- * Include `IPAddr#prefix` when serializing an `IPAddr` using the
342
- `ActiveSupport::MessagePack` serializer.
343
-
344
- This change is backward and forward compatible — old payloads can
345
- still be read, and new payloads will be readable by older versions of Rails.
346
-
347
- *Taiki Komaba*
348
-
349
- * Add `default:` support for `ActiveSupport::CurrentAttributes.attribute`.
350
-
351
- ```ruby
352
- class Current < ActiveSupport::CurrentAttributes
353
- attribute :counter, default: 0
354
- end
355
- ```
356
-
357
- *Sean Doyle*
358
-
359
- * Yield instance to `Object#with` block.
360
-
361
- ```ruby
362
- client.with(timeout: 5_000) do |c|
363
- c.get("/commits")
364
- end
365
- ```
366
-
367
- *Sean Doyle*
368
-
369
- * Use logical core count instead of physical core count to determine the
370
- default number of workers when parallelizing tests.
371
-
372
- *Jonathan Hefner*
373
-
374
- * Fix `Time.now/DateTime.now/Date.today` to return results in a system timezone after `#travel_to`.
375
-
376
- There is a bug in the current implementation of #travel_to:
377
- it remembers a timezone of its argument, and all stubbed methods start
378
- returning results in that remembered timezone. However, the expected
379
- behavior is to return results in a system timezone.
380
-
381
- *Aleksei Chernenkov*
382
-
383
- * Add `ErrorReported#unexpected` to report precondition violations.
384
-
385
- For example:
386
-
387
- ```ruby
388
- def edit
389
- if published?
390
- Rails.error.unexpected("[BUG] Attempting to edit a published article, that shouldn't be possible")
391
- return false
35
+ class MyController < ApplicationController
36
+ def index
37
+ render json: { hello: "world" }, escape_html_entities: false
392
38
  end
393
- # ...
394
39
  end
395
40
  ```
396
41
 
397
- The above will raise an error in development and test, but only report the error in production.
398
-
399
- *Jean Boussier*
400
-
401
- * Make the order of read_multi and write_multi notifications for `Cache::Store#fetch_multi` operations match the order they are executed in.
402
-
403
- *Adam Renberg Tamm*
404
-
405
- * Make return values of `Cache::Store#write` consistent.
406
-
407
- The return value was not specified before. Now it returns `true` on a successful write,
408
- `nil` if there was an error talking to the cache backend, and `false` if the write failed
409
- for another reason (e.g. the key already exists and `unless_exist: true` was passed).
42
+ *Nigel Baillie*
410
43
 
411
- *Sander Verdonschot*
44
+ * Raise when using key which can't respond to `#to_sym` in `EncryptedConfiguration`.
412
45
 
413
- * Fix logged cache keys not always matching actual key used by cache action.
46
+ As is the case when trying to use an Integer or Float as a key, which is unsupported.
414
47
 
415
- *Hartley McGuire*
416
-
417
- * Improve error messages of `assert_changes` and `assert_no_changes`.
48
+ *zzak*
418
49
 
419
- `assert_changes` error messages now display objects with `.inspect` to make it easier
420
- to differentiate nil from empty strings, strings from symbols, etc.
421
- `assert_no_changes` error messages now surface the actual value.
50
+ * Deprecate addition and since between two `Time` and `ActiveSupport::TimeWithZone`.
422
51
 
423
- *pcreux*
52
+ Previously adding time instances together such as `10.days.ago + 10.days.ago` or `10.days.ago.since(10.days.ago)` produced a nonsensical future date. This behavior is deprecated and will be removed in Rails 8.1.
424
53
 
425
- * Fix `#to_fs(:human_size)` to correctly work with negative numbers.
54
+ *Nick Schwaderer*
426
55
 
427
- *Earlopain*
56
+ * Support rfc2822 format for Time#to_fs & Date#to_fs.
428
57
 
429
- * Fix `BroadcastLogger#dup` so that it duplicates the logger's `broadcasts`.
58
+ *Akshay Birajdar*
430
59
 
431
- *Andrew Novoselac*
60
+ * Optimize load time for `Railtie#initialize_i18n`. Filter `I18n.load_path`s passed to the file watcher to only those
61
+ under `Rails.root`. Previously the watcher would grab all available locales, including those in gems
62
+ which do not require a watcher because they won't change.
432
63
 
433
- * Fix issue where `bootstrap.rb` overwrites the `level` of a `BroadcastLogger`'s `broadcasts`.
64
+ *Nick Schwaderer*
434
65
 
435
- *Andrew Novoselac*
66
+ * Add a `filter` option to `in_order_of` to prioritize certain values in the sorting without filtering the results
67
+ by these values.
436
68
 
437
- * Fix compatibility with the `semantic_logger` gem.
69
+ *Igor Depolli*
438
70
 
439
- The `semantic_logger` gem doesn't behave exactly like stdlib logger in that
440
- `SemanticLogger#level` returns a Symbol while stdlib `Logger#level` returns an Integer.
71
+ * Improve error message when using `assert_difference` or `assert_changes` with a
72
+ proc by printing the proc's source code (MRI only).
441
73
 
442
- This caused the various `LogSubscriber` classes in Rails to break when assigned a
443
- `SemanticLogger` instance.
74
+ *Richard Böhme*, *Jean Boussier*
444
75
 
445
- *Jean Boussier*, *ojab*
76
+ * Add a new configuration value `:zone` for `ActiveSupport.to_time_preserves_timezone` and rename the previous `true` value to `:offset`. The new default value is `:zone`.
446
77
 
447
- * Fix MemoryStore to prevent race conditions when incrementing or decrementing.
78
+ *Jason Kim*, *John Hawthorn*
448
79
 
449
- *Pierre Jambet*
80
+ * Align instrumentation `payload[:key]` in ActiveSupport::Cache to follow the same pattern, with namespaced and normalized keys.
450
81
 
451
- * Implement `HashWithIndifferentAccess#to_proc`.
82
+ *Frederik Erbs Spang Thomsen*
452
83
 
453
- Previously, calling `#to_proc` on `HashWithIndifferentAccess` object used inherited `#to_proc`
454
- method from the `Hash` class, which was not able to access values using indifferent keys.
84
+ * Fix `travel_to` to set usec 0 when `with_usec` is `false` and the given argument String or DateTime.
455
85
 
456
- *fatkodima*
86
+ *mopp*
457
87
 
458
- Please check [7-1-stable](https://github.com/rails/rails/blob/7-1-stable/activesupport/CHANGELOG.md) for previous changes.
88
+ Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/activesupport/CHANGELOG.md) for previous changes.
data/README.rdoc CHANGED
@@ -35,6 +35,6 @@ Bug reports for the Ruby on \Rails project can be filed here:
35
35
 
36
36
  * https://github.com/rails/rails/issues
37
37
 
38
- Feature requests should be discussed on the rubyonrails-core forum here:
38
+ Feature requests should be discussed on the rails-core mailing list here:
39
39
 
40
40
  * https://discuss.rubyonrails.org/c/rubyonrails-core
@@ -18,7 +18,7 @@ module ActiveSupport
18
18
  #
19
19
  # bc = ActiveSupport::BacktraceCleaner.new
20
20
  # root = "#{Rails.root}/"
21
- # bc.add_filter { |line| line.start_with?(root) ? line.from(root.size) : line } # strip the Rails.root prefix
21
+ # bc.add_filter { |line| line.delete_prefix(root) } # strip the Rails.root prefix
22
22
  # bc.add_silencer { |line| /puma|rubygems/.match?(line) } # skip any lines from puma or rubygems
23
23
  # bc.clean(exception.backtrace) # perform the cleanup
24
24
  #
@@ -79,7 +79,7 @@ module ActiveSupport
79
79
  #
80
80
  # # Will turn "/my/rails/root/app/models/person.rb" into "app/models/person.rb"
81
81
  # root = "#{Rails.root}/"
82
- # backtrace_cleaner.add_filter { |line| line.delete_prefix(root) }
82
+ # backtrace_cleaner.add_filter { |line| line.start_with?(root) ? line.from(root.size) : line }
83
83
  def add_filter(&block)
84
84
  @filters << block
85
85
  end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ActiveSupport
4
+ module Benchmark # :nodoc:
5
+ # Benchmark realtime in the specified time unit. By default,
6
+ # the returned unit is in seconds.
7
+ #
8
+ # ActiveSupport::Benchmark.realtime { sleep 0.1 }
9
+ # # => 0.10007
10
+ #
11
+ # ActiveSupport::Benchmark.realtime(:float_millisecond) { sleep 0.1 }
12
+ # # => 100.07
13
+ #
14
+ # `unit` can be any of the values accepted by Ruby's `Process.clock_gettime`.
15
+ def self.realtime(unit = :float_second, &block)
16
+ time_start = Process.clock_gettime(Process::CLOCK_MONOTONIC, unit)
17
+ yield
18
+ Process.clock_gettime(Process::CLOCK_MONOTONIC, unit) - time_start
19
+ end
20
+ end
21
+ end
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "active_support/core_ext/benchmark"
4
3
  require "active_support/core_ext/hash/keys"
5
4
 
6
5
  module ActiveSupport
@@ -41,7 +40,9 @@ module ActiveSupport
41
40
  options[:level] ||= :info
42
41
 
43
42
  result = nil
44
- ms = Benchmark.ms { result = options[:silence] ? logger.silence(&block) : yield }
43
+ ms = ActiveSupport::Benchmark.realtime(:float_millisecond) do
44
+ result = options[:silence] ? logger.silence(&block) : yield
45
+ end
45
46
  logger.public_send(options[:level], "%s (%.1fms)" % [ message, ms ])
46
47
  result
47
48
  else