diff options
author | Scott Ringwelski <scott@joinhandshake.com> | 2016-02-21 16:05:39 -0800 |
---|---|---|
committer | Scott Ringwelski <scott@joinhandshake.com> | 2016-02-21 16:05:39 -0800 |
commit | 5d87bb4da8cce4687d83a81ac5bed07afa4f65b2 (patch) | |
tree | 9d5c5100c9649bf4aba1efa1f34fab13517afa3f /guides | |
parent | 1add44d5dc6e14e63eade32391d1d5395c3bc865 (diff) | |
download | rails-5d87bb4da8cce4687d83a81ac5bed07afa4f65b2.tar.gz rails-5d87bb4da8cce4687d83a81ac5bed07afa4f65b2.tar.bz2 rails-5d87bb4da8cce4687d83a81ac5bed07afa4f65b2.zip |
Add a note about downcasing submit tag
This is a notable change since this will cause confusing test failures for tests relying on the old naming scheme.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index d380ba8fce..f5abbd0cd4 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -294,6 +294,9 @@ Please refer to the [Changelog][action-view] for detailed changes. button on submit to prevent double submits. ([Pull Request](https://github.com/rails/rails/pull/21135)) +* Downcase model name in form submit tags rather than humanize. + ([Pull Request](https://github.com/rails/rails/pull/22764)) + Action Mailer ------------- |