excid3 / refer

Referral codes for Ruby on Rails applications
MIT License
219 stars 9 forks source link

Bump rails from 7.2.0.beta2 to 7.2.0.beta3 #6

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps rails from 7.2.0.beta2 to 7.2.0.beta3.

Release notes

Sourced from rails's releases.

v7.2.0.beta3

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

Commits
  • 9b63450 Preparing for 7.2.0.beta3 release
  • e06cd70 Merge pull request #49854 from skipkayhil/hm-document-aj-logger
  • 850d692 Merge pull request #50063 from skipkayhil/hm-doc-metal
  • 8075866 Edits in the dev containers guide
  • 0c34421 Merge pull request #52217 from neanias/neanias/rework-link-text-for-accessibi...
  • df02832 Merge pull request #52240 from p8/backport-f0f624bde4 [ci-skip]
  • a26069b [RF-DOCS] Action View Form Helpers Guide [ci-skip] (#51936)
  • 4929c03 Merge pull request #52236 from takmar/fix-broken-link-in-dev-containers-guide
  • 8a3d0d6 Merge pull request #52235 from fatkodima/fix-deadlock-in-checkout
  • 671e853 Merge pull request #52132 from skipkayhil/hm-rm-logger-predicates
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)