rails-rfc6570 3.4.0 → 3.5.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -4
- data/README.md +3 -3
- data/lib/rails/rfc6570/formatter.rb +9 -12
- data/lib/rails/rfc6570/patches.rb +1 -1
- data/lib/rails/rfc6570/version.rb +2 -2
- data/lib/rails/rfc6570.rb +3 -3
- data/spec/rails/rfc6570_spec.rb +64 -1
- data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-3bcd2110ca87/README.md +23 -0
- data/vendor/bundle/ruby/3.4.0/bundler/gems/{rubocop-config-67802c9d1826 → rubocop-config-3bcd2110ca87}/rubocop-config.gemspec +11 -11
- data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.1 → actionpack-8.0.3}/CHANGELOG.md +80 -0
- data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.1 → actionpack-8.0.3}/README.rdoc +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.3/CHANGELOG.md +129 -0
- data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.1 → actionview-8.0.3}/README.rdoc +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.1 → activesupport-8.0.3}/CHANGELOG.md +152 -0
- data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.1 → activesupport-8.0.3}/README.rdoc +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/{benchmark-0.4.0 → benchmark-0.4.1}/README.md +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/{connection_pool-2.5.0 → connection_pool-2.5.4}/README.md +21 -0
- data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
- data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.6.2/README.md +92 -0
- data/vendor/bundle/ruby/3.4.0/gems/{drb-2.2.1 → drb-2.2.3}/drb.gemspec +2 -1
- data/vendor/bundle/ruby/3.4.0/gems/{loofah-2.24.0 → loofah-2.24.1}/CHANGELOG.md +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/{minitest-5.25.4 → minitest-5.25.5}/README.rdoc +16 -9
- data/vendor/bundle/ruby/3.4.0/gems/{public_suffix-6.0.1 → public_suffix-6.0.2}/CHANGELOG.md +7 -0
- data/vendor/bundle/ruby/3.4.0/gems/{public_suffix-6.0.1 → public_suffix-6.0.2}/LICENSE.txt +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/{public_suffix-6.0.1 → public_suffix-6.0.2}/README.md +1 -1
- data/vendor/bundle/ruby/3.4.0/gems/{rack-3.1.9 → rack-3.2.1}/CHANGELOG.md +232 -2
- data/vendor/bundle/ruby/3.4.0/gems/{rack-3.1.9 → rack-3.2.1}/README.md +68 -20
- data/vendor/bundle/ruby/3.4.0/gems/{rails-dom-testing-2.2.0 → rails-dom-testing-2.3.0}/README.md +3 -0
- data/vendor/bundle/ruby/3.4.0/gems/{rake-13.2.1 → rake-13.3.0}/README.rdoc +5 -5
- data/vendor/bundle/ruby/3.4.0/gems/{rake-13.2.1 → rake-13.3.0}/rake.gemspec +2 -2
- data/vendor/bundle/ruby/3.4.0/gems/{uri-1.0.2 → uri-1.0.3}/README.md +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{actionpack-8.0.1.gemspec → actionpack-8.0.3.gemspec} +9 -9
- data/vendor/bundle/ruby/3.4.0/specifications/{actionview-8.0.1.gemspec → actionview-8.0.3.gemspec} +9 -9
- data/vendor/bundle/ruby/3.4.0/specifications/{activesupport-8.0.1.gemspec → activesupport-8.0.3.gemspec} +6 -6
- data/vendor/bundle/ruby/3.4.0/specifications/addressable-2.8.7.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{base64-0.2.0.gemspec → base64-0.3.0.gemspec} +6 -6
- data/vendor/bundle/ruby/3.4.0/specifications/{benchmark-0.4.0.gemspec → benchmark-0.4.1.gemspec} +4 -4
- data/vendor/bundle/ruby/3.4.0/specifications/{bigdecimal-3.1.9.gemspec → bigdecimal-3.2.3.gemspec} +5 -5
- data/vendor/bundle/ruby/3.4.0/specifications/builder-3.3.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/concurrent-ruby-1.3.5.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{connection_pool-2.5.0.gemspec → connection_pool-2.5.4.gemspec} +5 -5
- data/vendor/bundle/ruby/3.4.0/specifications/crass-1.0.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.6.2.gemspec +35 -0
- data/vendor/bundle/ruby/3.4.0/specifications/{drb-2.2.1.gemspec → drb-2.2.3.gemspec} +6 -6
- data/vendor/bundle/ruby/3.4.0/specifications/erubi-1.13.1.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/i18n-1.14.7.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{logger-1.6.5.gemspec → logger-1.7.0.gemspec} +4 -4
- data/vendor/bundle/ruby/3.4.0/specifications/{loofah-2.24.0.gemspec → loofah-2.24.1.gemspec} +5 -5
- data/vendor/bundle/ruby/3.4.0/specifications/{minitest-5.25.4.gemspec → minitest-5.25.5.gemspec} +7 -7
- data/vendor/bundle/ruby/3.4.0/specifications/{nokogiri-1.18.2-x86_64-linux-gnu.gemspec → nokogiri-1.18.10-x86_64-linux-gnu.gemspec} +4 -4
- data/vendor/bundle/ruby/3.4.0/specifications/{public_suffix-6.0.1.gemspec → public_suffix-6.0.2.gemspec} +6 -6
- data/vendor/bundle/ruby/3.4.0/specifications/racc-1.8.1.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{rack-3.1.9.gemspec → rack-3.2.1.gemspec} +7 -7
- data/vendor/bundle/ruby/3.4.0/specifications/{rack-session-2.1.0.gemspec → rack-session-2.1.1.gemspec} +4 -4
- data/vendor/bundle/ruby/3.4.0/specifications/rack-test-2.2.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{rails-dom-testing-2.2.0.gemspec → rails-dom-testing-2.3.0.gemspec} +5 -5
- data/vendor/bundle/ruby/3.4.0/specifications/rails-html-sanitizer-1.6.2.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{rake-13.2.1.gemspec → rake-13.3.0.gemspec} +6 -6
- data/vendor/bundle/ruby/3.4.0/specifications/rake-release-1.3.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{rspec-3.13.0.gemspec → rspec-3.13.1.gemspec} +9 -9
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.5.gemspec +31 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.5.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.5.gemspec +29 -0
- data/vendor/bundle/ruby/3.4.0/specifications/{rspec-support-3.13.2.gemspec → rspec-support-3.13.6.gemspec} +9 -9
- data/vendor/bundle/ruby/3.4.0/specifications/securerandom-0.4.1.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/tzinfo-2.0.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.4.0/specifications/{uri-1.0.2.gemspec → uri-1.0.3.gemspec} +4 -4
- data/vendor/bundle/ruby/3.4.0/specifications/useragent-0.16.11.gemspec +1 -1
- metadata +81 -82
- data/vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/README.md +0 -23
- data/vendor/bundle/ruby/3.4.0/gems/actionview-8.0.1/CHANGELOG.md +0 -67
- data/vendor/bundle/ruby/3.4.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
- data/vendor/bundle/ruby/3.4.0/gems/drb-2.2.1/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.4.0/gems/logger-1.6.5/logger.gemspec +0 -28
- data/vendor/bundle/ruby/3.4.0/specifications/diff-lcs-1.5.1.gemspec +0 -37
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-core-3.13.2.gemspec +0 -39
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-expectations-3.13.3.gemspec +0 -33
- data/vendor/bundle/ruby/3.4.0/specifications/rspec-mocks-3.13.2.gemspec +0 -33
- /data/vendor/bundle/ruby/3.4.0/bundler/gems/{rubocop-config-67802c9d1826 → rubocop-config-3bcd2110ca87}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionpack-8.0.1 → actionpack-8.0.3}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{actionview-8.0.1 → actionview-8.0.3}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{activesupport-8.0.1 → activesupport-8.0.3}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{base64-0.2.0 → base64-0.3.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{benchmark-0.4.0 → benchmark-0.4.1}/benchmark.gemspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.3}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.3}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{connection_pool-2.5.0 → connection_pool-2.5.4}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{connection_pool-2.5.0 → connection_pool-2.5.4}/connection_pool.gemspec +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{base64-0.2.0 → drb-2.2.3}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{logger-1.6.5 → logger-1.7.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{loofah-2.24.0 → loofah-2.24.1}/MIT-LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{loofah-2.24.0 → loofah-2.24.1}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{nokogiri-1.18.2-x86_64-linux-gnu → nokogiri-1.18.10-x86_64-linux-gnu}/LICENSE-DEPENDENCIES.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{nokogiri-1.18.2-x86_64-linux-gnu → nokogiri-1.18.10-x86_64-linux-gnu}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{nokogiri-1.18.2-x86_64-linux-gnu → nokogiri-1.18.10-x86_64-linux-gnu}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rack-3.1.9 → rack-3.2.1}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rails-dom-testing-2.2.0 → rails-dom-testing-2.3.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rake-13.2.1 → rake-13.3.0}/MIT-LICENSE +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.0 → rspec-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-3.13.0 → rspec-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.6}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/3.4.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.6}/README.md +0 -0
@@ -1,3 +1,155 @@
|
|
1
|
+
## Rails 8.0.3 (September 22, 2025) ##
|
2
|
+
|
3
|
+
* `ActiveSupport::FileUpdateChecker` does not depend on `Time.now` to prevent unnecessary reloads with time travel test helpers
|
4
|
+
|
5
|
+
*Jan Grodowski*
|
6
|
+
|
7
|
+
* Fix `ActiveSupport::BroadcastLogger` from executing a block argument for each logger (tagged, info, etc.).
|
8
|
+
|
9
|
+
*Jared Armstrong*
|
10
|
+
|
11
|
+
* Make `ActiveSupport::Logger` `#freeze`-friendly.
|
12
|
+
|
13
|
+
*Joshua Young*
|
14
|
+
|
15
|
+
* Fix `ActiveSupport::HashWithIndifferentAccess#transform_keys!` removing defaults.
|
16
|
+
|
17
|
+
*Hartley McGuire*
|
18
|
+
|
19
|
+
* Fix `ActiveSupport::HashWithIndifferentAccess#tranform_keys!` to handle collisions.
|
20
|
+
|
21
|
+
If the transformation would result in a key equal to another not yet transformed one,
|
22
|
+
it would result in keys being lost.
|
23
|
+
|
24
|
+
Before:
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
>> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
|
28
|
+
=> {"c" => 1}
|
29
|
+
```
|
30
|
+
|
31
|
+
After:
|
32
|
+
|
33
|
+
```ruby
|
34
|
+
>> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
|
35
|
+
=> {"c" => 1, "d" => 2}
|
36
|
+
```
|
37
|
+
|
38
|
+
*Jason T Johnson*, *Jean Boussier*
|
39
|
+
|
40
|
+
* Fix `ActiveSupport::Cache::MemCacheStore#read_multi` to handle network errors.
|
41
|
+
|
42
|
+
This method specifically wasn't handling network errors like other codepaths.
|
43
|
+
|
44
|
+
*Alessandro Dal Grande*
|
45
|
+
|
46
|
+
* Fix configuring `RedisCacheStore` with `raw: true`.
|
47
|
+
|
48
|
+
*fatkodima*
|
49
|
+
|
50
|
+
* Fix `Enumerable#sole` for infinite collections.
|
51
|
+
|
52
|
+
*fatkodima*
|
53
|
+
|
54
|
+
|
55
|
+
## Rails 8.0.2.1 (August 13, 2025) ##
|
56
|
+
|
57
|
+
* No changes.
|
58
|
+
|
59
|
+
|
60
|
+
## Rails 8.0.2 (March 12, 2025) ##
|
61
|
+
|
62
|
+
* Fix setting `to_time_preserves_timezone` from `new_framework_defaults_8_0.rb`.
|
63
|
+
|
64
|
+
*fatkodima*
|
65
|
+
|
66
|
+
* Fix Active Support Cache `fetch_multi` when local store is active.
|
67
|
+
|
68
|
+
`fetch_multi` now properly yield to the provided block for missing entries
|
69
|
+
that have been recorded as such in the local store.
|
70
|
+
|
71
|
+
*Jean Boussier*
|
72
|
+
|
73
|
+
* Fix execution wrapping to report all exceptions, including `Exception`.
|
74
|
+
|
75
|
+
If a more serious error like `SystemStackError` or `NoMemoryError` happens,
|
76
|
+
the error reporter should be able to report these kinds of exceptions.
|
77
|
+
|
78
|
+
*Gannon McGibbon*
|
79
|
+
|
80
|
+
* Fix `RedisCacheStore` and `MemCacheStore` to also handle connection pool related errors.
|
81
|
+
|
82
|
+
These errors are rescued and reported to `Rails.error`.
|
83
|
+
|
84
|
+
*Jean Boussier*
|
85
|
+
|
86
|
+
* Fix `ActiveSupport::Cache#read_multi` to respect version expiry when using local cache.
|
87
|
+
|
88
|
+
*zzak*
|
89
|
+
|
90
|
+
* Fix `ActiveSupport::MessageVerifier` and `ActiveSupport::MessageEncryptor` configuration of `on_rotation` callback.
|
91
|
+
|
92
|
+
```ruby
|
93
|
+
verifier.rotate(old_secret).on_rotation { ... }
|
94
|
+
```
|
95
|
+
|
96
|
+
Now both work as documented.
|
97
|
+
|
98
|
+
*Jean Boussier*
|
99
|
+
|
100
|
+
* Fix `ActiveSupport::MessageVerifier` to always be able to verify both URL-safe and URL-unsafe payloads.
|
101
|
+
|
102
|
+
This is to allow transitioning seemlessly from either configuration without immediately invalidating
|
103
|
+
all previously generated signed messages.
|
104
|
+
|
105
|
+
*Jean Boussier*, *Florent Beaurain*, *Ali Sepehri*
|
106
|
+
|
107
|
+
* Fix `cache.fetch` to honor the provided expiry when `:race_condition_ttl` is used.
|
108
|
+
|
109
|
+
```ruby
|
110
|
+
cache.fetch("key", expires_in: 1.hour, race_condition_ttl: 5.second) do
|
111
|
+
"something"
|
112
|
+
end
|
113
|
+
```
|
114
|
+
|
115
|
+
In the above example, the final cache entry would have a 10 seconds TTL instead
|
116
|
+
of the requested 1 hour.
|
117
|
+
|
118
|
+
*Dhia*
|
119
|
+
|
120
|
+
* Better handle procs with splat arguments in `set_callback`.
|
121
|
+
|
122
|
+
*Radamés Roriz*
|
123
|
+
|
124
|
+
* Fix `String#mb_chars` to not mutate the receiver.
|
125
|
+
|
126
|
+
Previously it would call `force_encoding` on the receiver,
|
127
|
+
now it dups the receiver first.
|
128
|
+
|
129
|
+
*Jean Boussier*
|
130
|
+
|
131
|
+
* Improve `ErrorSubscriber` to also mark error causes as reported.
|
132
|
+
|
133
|
+
This avoid some cases of errors being reported twice, notably in views because of how
|
134
|
+
errors are wrapped in `ActionView::Template::Error`.
|
135
|
+
|
136
|
+
*Jean Boussier*
|
137
|
+
|
138
|
+
* Fix `Module#module_parent_name` to return the correct name after the module has been named.
|
139
|
+
|
140
|
+
When called on an anonymous module, the return value wouldn't change after the module was given a name
|
141
|
+
later by being assigned to a constant.
|
142
|
+
|
143
|
+
```ruby
|
144
|
+
mod = Module.new
|
145
|
+
mod.module_parent_name # => "Object"
|
146
|
+
MyModule::Something = mod
|
147
|
+
mod.module_parent_name # => "MyModule"
|
148
|
+
```
|
149
|
+
|
150
|
+
*Jean Boussier*
|
151
|
+
|
152
|
+
|
1
153
|
## Rails 8.0.1 (December 13, 2024) ##
|
2
154
|
|
3
155
|
* Fix a bug in `ERB::Util.tokenize` that causes incorrect tokenization when ERB tags are preceeded by multibyte characters.
|
@@ -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
|
38
|
+
Feature requests should be discussed on the rubyonrails-core forum here:
|
39
39
|
|
40
40
|
* https://discuss.rubyonrails.org/c/rubyonrails-core
|
@@ -35,7 +35,7 @@ On my machine (OSX 10.8.3 on i5 1.7 GHz) this generates:
|
|
35
35
|
0.350000 0.400000 0.750000 ( 0.835234)
|
36
36
|
```
|
37
37
|
|
38
|
-
This report shows the user CPU time, system CPU time, the sum of
|
38
|
+
This report shows the user CPU time, system CPU time, the total time (sum of user CPU time, system CPU time, children's user CPU time, and children's system CPU time), and the elapsed real time. The unit of time is seconds.
|
39
39
|
|
40
40
|
Do some experiments sequentially using the #bm method:
|
41
41
|
|
data/vendor/bundle/ruby/3.4.0/gems/{connection_pool-2.5.0 → connection_pool-2.5.4}/README.md
RENAMED
@@ -129,6 +129,27 @@ Thread.new do
|
|
129
129
|
end
|
130
130
|
```
|
131
131
|
|
132
|
+
## Discarding Connections
|
133
|
+
|
134
|
+
You can discard connections in the ConnectionPool instance to remove connections that are broken and can't be restarted.
|
135
|
+
|
136
|
+
NOTE: the connection is not closed. It will just be removed from the pool so it won't be selected again.
|
137
|
+
|
138
|
+
It can only be done inside the block passed to `with` or `with_timeout`.
|
139
|
+
|
140
|
+
Takes an optional block that will be executed with the connection.
|
141
|
+
|
142
|
+
```ruby
|
143
|
+
pool.with do |conn|
|
144
|
+
begin
|
145
|
+
conn.execute("SELECT 1")
|
146
|
+
rescue SomeConnectionError
|
147
|
+
pool.discard_current_connection # remove the connection from the pool
|
148
|
+
raise
|
149
|
+
end
|
150
|
+
end
|
151
|
+
```
|
152
|
+
|
132
153
|
## Current State
|
133
154
|
|
134
155
|
There are several methods that return information about a pool.
|