aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-13 05:44:43 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-13 05:44:43 +0000
commitf3e5e07982946f05b9826d5701aa95359bb5a10f (patch)
tree27264254b40f71763756e6e0ebb4fa7c4de6643a /actionpack/CHANGELOG
parentad24c6d756f1fb0f78028f19b7922cc5490d5d74 (diff)
downloadrails-f3e5e07982946f05b9826d5701aa95359bb5a10f.tar.gz
rails-f3e5e07982946f05b9826d5701aa95359bb5a10f.tar.bz2
rails-f3e5e07982946f05b9826d5701aa95359bb5a10f.zip
Added submit_to_remote that allows you to trigger an Ajax form submition at the click of the submission button, which allows for multiple targets in a single form through the use of multiple submit buttons #930 [yrashk@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 19e037e909..dd80def3ac 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added submit_to_remote that allows you to trigger an Ajax form submition at the click of the submission button, which allows for multiple targets in a single form through the use of multiple submit buttons #930 [yrashk@gmail.com]
+
* Fixed pagination to work with joins #1034 [scott@sigkill.org]
* Fixed that *rest parameter in map.connect couldn't accept an empty list #1037 [Dee.Zsombor@gmail.com]