rails 5.1.7
Active Support
- No changes.
Active Model
- No changes.
Active Record
-
Fix
touchoption to behave consistently withPersistence#touchmethod.Ryuta Kamizono
-
Back port Rails 5.2
reverse_orderArel SQL literal fix.Matt Jones, Brooke Kuhlmann
-
becomesshould clear the mutation tracker which is created inafter_initialize.Fixes #32867.
Ryuta Kamizono
Action View
-
Fix issue with
button_to'sto_form_paramsbutton_towas throwing exception when invoked withparamshash that contains symbol and string keys. The reason for the exception was thatto_form_paramswas comparing the given symbol and string keys.The issue is fixed by turning all keys to strings inside
to_form_paramsbefore comparing them.Georgi Georgiev
Action Pack
- No changes.
Active Job
- No changes.
Action Mailer
- No changes.
Action Cable
- No changes.
Railties
- No changes.