aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-08-17 06:49:00 -0600
committerSean Griffin <sean@seantheprogrammer.com>2015-08-17 06:49:00 -0600
commit249a06d3bef510149201942af11909bad029e632 (patch)
tree6807c591e27d6641e2ee252f09fed6e850aaeb18 /actionview/CHANGELOG.md
parent6c014a4900b42db99adfb58c4572dae9f8424580 (diff)
parent3822a322a82a19a9341a21a0cb1e36653da09c46 (diff)
downloadrails-249a06d3bef510149201942af11909bad029e632.tar.gz
rails-249a06d3bef510149201942af11909bad029e632.tar.bz2
rails-249a06d3bef510149201942af11909bad029e632.zip
Merge pull request #21135 from DropsOfSerenity/master
make disable_with default in submit_tag
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index edc78118fb..90c9c2171c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Make `disable_with` the default behavior for submit tags. Disables the
+ button on submit to prevent double submits.
+
+ *Justin Schiff*
+
* Add a break_sequence option to word_wrap so you can specify a custom break.
* Mauricio Gomez *