aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-07 12:56:33 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-07 12:56:33 +0000
commit7e3dc807df2193e7bb06b7125d0420d1b05278db (patch)
tree5ab8f5e71ab39ef1e761cf6b2ca65ff4432ab2ea /actionpack/CHANGELOG
parent2f66e873b0bc73825ea216d9436d16d1de7dd54a (diff)
downloadrails-7e3dc807df2193e7bb06b7125d0420d1b05278db.tar.gz
rails-7e3dc807df2193e7bb06b7125d0420d1b05278db.tar.bz2
rails-7e3dc807df2193e7bb06b7125d0420d1b05278db.zip
Added :post option to UrlHelper#link_to that makes it possible to do POST requests through normal ahref links using Javascript
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2149 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 ae4da0c2f3..bb721d40dc 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added :post option to UrlHelper#link_to that makes it possible to do POST requests through normal ahref links using Javascript
+
* Fixed overwrite_params
* Added ActionController::Base.benchmark and ActionController::Base.silence to allow for easy benchmarking and turning off the log