gems actionview 7.2.0.beta3
v7.2.0.beta3

latest releases: 7.1.4, 7.2.1, 7.2.0...
2 months ago

Action Text

  • Only sanitize content attribute when present in attachments.

    Petrik de Heus

Active Record

  • Add condensed #inspect for ConnectionPool, 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
    complements transaction.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.5

    Earlopain

Guides

  • Testing guide: Added a section about the implicit database transaction that
    wraps tests by default.

    Xavier Noria

Don't miss a new actionview release

NewReleases is sending notifications on new releases.