Action Text
-
Only sanitize
content
attribute when present in attachments.Petrik de Heus
Active Record
-
Add condensed
#inspect
forConnectionPool
,AbstractAdapter
, and
DatabaseConfig
.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