rails/railties/CHANGELOG.md

11 lines
345 B
Markdown
Raw Normal View History

2017-03-21 23:41:39 +00:00
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*