Bump @rails/ujs from 6.0.2 to 6.0.3
Bumps @rails/ujs from 6.0.2 to 6.0.3.
Release notes
Sourced from @rails/ujs's releases.
6.0.3
In this version, we fixed warnings when used with Ruby 2.7 across the entire framework.
Following are the list of other changes, per-framework.
Active Support
Array#to_sentence
no longer returns a frozen string.Before:
['one', 'two'].to_sentence.frozen? # => true
After:
['one', 'two'].to_sentence.frozen? # => false
Nicolas Dular
Update
ActiveSupport::Messages::Metadata#fresh?
to work for cookies with expiry set whenActiveSupport.parse_json_times = true
.Christian Gregg
Active Model
- No changes.
Active Record
... (truncated)
Recommend applications don't use the
database
kwarg inconnected_to
The database kwarg in
connected_to
was meant to be used for one-off scripts but is often used in requests. This is really dangerous because it re-establishes a connection every time. It's deprecated in 6.1 and will be removed in 6.2 without replacement. This change soft deprecates it in 6.0 by removing documentation.Eileen M. Uchitelle
Fix support for PostgreSQL 11+ partitioned indexes.
Sebastián Palma
Add support for beginless ranges, introduced in Ruby 2.7.
Josh Goodall
Commits
-
b738f19
Preparing for 6.0.3 release -
701a078
Merge pull request #39124 from eugeneius/autosave_multiple_times -
509b9da
Preparing for 6.0.3.rc1 release -
e9075d5
Add back the support to passat
as a proc in the job assertions -
1853429
Should not rely on the globalArel::Table.engine
in the framework -
c549fb4
Backports improved warning in zeitwerk:check -
7aea213
Verify FFmpeg presence before attempting to preview videos -
02d07cc
adds missing require [Fixes #39042] -
88c97f8
Fix autosave association bug with ActiveStorage::Attachments -
cbfbb2c
Merge pull request #39014 from nimish-mehta/handle-signed-hexadecimal-literals - Additional commits viewable in compare view