v7.2.0.beta3
版本发布时间: 2024-07-12 00:05:58
rails/rails最新发布版本:v7.2.0.beta3(2024-07-12 00:05:58)
Action Text
-
Only sanitize
content
attribute when present in attachments.Petrik de Heus
Active Record
-
Add condensed
#inspect
forConnectionPool
,AbstractAdapter
, andDatabaseConfig
.Hartley McGuire
-
Fixed a memory performance issue in Active Record attribute methods definition.
Jean Boussier
-
Define the new Active Support notification event
start_transaction.active_record
. This event is fired when database transactions or savepoints start, and complementstransaction.active_record
, which is emitted when they finish. The payload has the transaction (:transaction
) and the connection (:connection
).Xavier Noria
-
Fix an issue where the IDs reader method did not return expected results for preloaded associations in models using composite primary keys.
Jay Ang
Active Support
-
Add
logger
as a dependency since it is a bundled gem candidate for Ruby 3.5Earlopain
Guides
-
Testing guide: Added a section about the implicit database transaction that wraps tests by default.
Xavier Noria