aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJose Fernandez <jose@umn.edu>2008-07-16 10:29:22 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-09-10 00:02:23 -0500
commit184cf27b1244734a33833cf2cb9b8062e9ee8a63 (patch)
tree40dab74c247145fbd72a52fd741e197a622091a8 /actionpack/CHANGELOG
parent6dc9173a63fdd8510b95e6de189139046b2a0a30 (diff)
downloadrails-184cf27b1244734a33833cf2cb9b8062e9ee8a63.tar.gz
rails-184cf27b1244734a33833cf2cb9b8062e9ee8a63.tar.bz2
rails-184cf27b1244734a33833cf2cb9b8062e9ee8a63.zip
The FormTagHelper#submit_tag helper will now pass along the original value of the submit button to the params if the :disable_with option is used [status:committed #633]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 7d18e062b7..adc4dec229 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Fixed FormTagHelper#submit_tag with :disable_with option wouldn't submit the button's value when was clicked #633 [Jose Fernandez]
+
* Stopped logging template compiles as it only clogs up the log [DHH]
* Changed the X-Runtime header to report in milliseconds [DHH]