Ruby on Rails: v6.0.5 Release

Release date:
May 9, 2022
Previous version:
v6.0.4.8 (released April 26, 2022)
Magnitude:
350 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v6.0.5

jonathanhefner
eileencodes
p8
rafaelfranca
byroot

Directory Browser for v6.0.5

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 tag helper regression.

    Eileen Uchitelle

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Active Storage

  • No changes.

Railties

  • No changes.

Action Text

  • Disentangle Action Text from ApplicationController

    Allow Action Text to be used without having an ApplicationController defined. This makes sure:

    • Action Text attachments render the correct URL host in mailers.
    • an ActionController::Renderer isn't allocated per request.
    • Sidekiq doesn't hang with the "classic" autoloader.

    Jonathan Hefner