Ruby on Rails: v7.1.0.rc2 Release

Release date:
October 3, 2023
Previous version:
v7.1.0.rc1 (released September 27, 2023)
Magnitude:
622 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v7.1.0.rc2

rafaelfranca
byroot
p8
Earlopain
jonathanhefner
eileencodes
codergeek121

Directory Browser for v7.1.0.rc2

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

  • Fix AS::MessagePack with ENV["RAILS_MAX_THREADS"].

    Jonathan Hefner

Active Model

  • No changes.

Active Record

  • Remove -shm and -wal SQLite files when rails db:drop is run.

    Niklas Häusele

  • Revert the change to raise an ArgumentError when #accepts_nested_attributes_for is declared more than once for an association in the same class.

    The reverted behavior broke the case where the #accepts_nested_attributes_for was defined in a concern and where overridden in the class that included the concern.

    Rafael Mendonça França

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • Make sure scheduled_at is a Time object when asserting enqueued jobs.

    Rafael Mendonça França

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

Action Mailbox

  • No changes.

Action Text

  • No changes.

Railties

  • Always set the Rails logger to be an instance of ActiveSupport::BroadcastLogger.

    Edouard Chin