Ruby on Rails: v5.1.7.rc1 Release

Release date:
March 22, 2019
Previous version:
v5.1.6.2 (released March 11, 2019)
Magnitude:
1,884 Diff Delta
Contributors:
13 total committers
Data confidence:
Commits:

40 Features Released with v5.1.7.rc1

Top Contributors in v5.1.7.rc1

rafaelfranca
kamipo
y-yagi
eileencodes
pixeltrix
georgeclaghorn
matthewd
tenderlove
bkuhlmann
prathamesh-sonpatki

Directory Browser for v5.1.7.rc1

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

  • Fix touch option to behave consistently with Persistence#touch method.

    Ryuta Kamizono

  • Back port Rails 5.2 reverse_order Arel SQL literal fix.

    Matt Jones, Brooke Kuhlmann

  • becomes should clear the mutation tracker which is created in after_initialize.

    Fixes #32867.

    Ryuta Kamizono

Action View

  • Fix issue with button_to's to_form_params

    button_to was throwing exception when invoked with params hash that contains symbol and string keys. The reason for the exception was that to_form_params was comparing the given symbol and string keys.

    The issue is fixed by turning all keys to strings inside to_form_params before comparing them.

    Georgi Georgiev

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

Railties

  • No changes.