Bump rails from 5.0.7 to 5.1.7
Bumps rails from 5.0.7 to 5.1.7.
Release notes
Sourced from rails's releases.
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_params
button_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.
... (truncated)
Commits
-
4f66945Preparing for 5.1.7 release -
ce0c4f3Preparing for 5.1.7.rc1 release -
6e4906bFix announce script -
c850941Fix release template -
98d0f7cFix Gemfile.lock -
3dafcc1Merge branch 'v5-1-6-2' into 5-1-stable -
ec8697bPrep release -
92c025dOnly accept formats from registered mime types -
b4f39c4Merge pull request #35560 from eileencodes/fix-5-1-stable-build -
faa96dcMerge pull request #35299 from kamipo/fix_mismatched_foreign_key - Additional commits viewable in compare view