aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
blob: 46bb0fbc919748d7a07a2b2c5d1ee2fdb8e6cf51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/railties/CHANGELOG.md) for previous changes.


*   Specify form field ids when generating a scaffold.

    This makes sure that the labels are linked up with the fields. The
    regression was introduced when the template was switched to
    `form_with`.

    *Yves Senn*