aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-02-06 05:06:36 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-02-06 05:06:36 +0000
commit7139e2a0e1c24788758ccd6131ba86243de84bf6 (patch)
treed849489ad5728d24e63debbae8f88d68f2e8e1cb /actionpack/CHANGELOG
parent796295dba6839bf417c19a2f41fe2a32d968367a (diff)
downloadrails-7139e2a0e1c24788758ccd6131ba86243de84bf6.tar.gz
rails-7139e2a0e1c24788758ccd6131ba86243de84bf6.tar.bz2
rails-7139e2a0e1c24788758ccd6131ba86243de84bf6.zip
Fix remote_form_for creates a non-ajax form. Closes #3741.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3545 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 a84487789a..d720370f24 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix remote_form_for creates a non-ajax form. [Rick Olson]
+
* Don't let arbitrary classes match as controllers -- a potentially dangerous bug. [Nicholas Seckar]
* Fix Routing tests. Fix routing where failing to match a controller would prevent the rest of routes from being attempted. [Nicholas Seckar]