Ruby on Rails: v6.1.7 Release

Release date:
September 9, 2022
Previous version:
v6.1.6.1 (released July 12, 2022)
Magnitude:
947 Diff Delta
Contributors:
14 total committers
Data confidence:
Commits:

Top Contributors in v6.1.7

eileencodes
fatkodima
rafaelfranca
byroot
jhawthorn
vojtad
nvasilevski
yahonda
sabulikia
davegudge

Directory Browser for v6.1.7

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • Symbol is allowed by default for YAML columns

    Γ‰tienne BarriΓ©

  • Fix ActiveRecord::Store to serialize as a regular Hash

    Previously it would serialize as an ActiveSupport::HashWithIndifferentAccess which is wasteful and cause problem with YAML safe_load.

    Jean Boussier

  • Fix PG.connect keyword arguments deprecation warning on ruby 2.7

    Fixes #44307.

    Nikita Vasilevsky

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • Respect Active Record's primary_key_type in Active Storage migrations. Backported from 7.0.

    fatkodima

Action Mailbox

  • No changes.

Action Text

  • No changes.

Railties

  • No changes.