From 5d87bb4da8cce4687d83a81ac5bed07afa4f65b2 Mon Sep 17 00:00:00 2001 From: Scott Ringwelski Date: Sun, 21 Feb 2016 16:05:39 -0800 Subject: 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. --- guides/source/5_0_release_notes.md | 3 +++ 1 file changed, 3 insertions(+) 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 ------------- -- cgit v1.2.3