aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-03-14 19:03:39 -0400
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-03-14 19:03:39 -0400
commit16ee611fad37b6b271088eda4cdbe3d6be088af1 (patch)
treec02d89f1d21b2ff37aace538f7e3c17ed06f3e5a /actionpack/CHANGELOG.md
parentf2aea24d3b2c3aeabdab5ead632d68b97c76aa58 (diff)
downloadrails-16ee611fad37b6b271088eda4cdbe3d6be088af1.tar.gz
rails-16ee611fad37b6b271088eda4cdbe3d6be088af1.tar.bz2
rails-16ee611fad37b6b271088eda4cdbe3d6be088af1.zip
Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 2a98556b71..465d19e50d 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.3 (unreleased) ##
+* Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*
+
* Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
check that info. Closes #5245. *Santiago Pastorino*