aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-07-01 14:51:34 -0300
committerJosé Valim <jose.valim@gmail.com>2011-07-01 14:52:18 -0300
commit3da608e0b48b44d695d4727c3dc2a8022fdbddd7 (patch)
tree9da6cba4e90faeda7b3600e6e987f5d3b9330e91 /actionpack/CHANGELOG
parent441d8ec13037c90b448769178fb8c3fef40fb74b (diff)
downloadrails-3da608e0b48b44d695d4727c3dc2a8022fdbddd7.tar.gz
rails-3da608e0b48b44d695d4727c3dc2a8022fdbddd7.tar.bz2
rails-3da608e0b48b44d695d4727c3dc2a8022fdbddd7.zip
Revert "Add method fields_for_with_index to FormHelper"
This reverts commit 7c562d5e460d97b18e4f3367b3cfb13401732920. Conflicts: actionpack/lib/action_view/helpers/form_helper.rb
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 05b7d13111..b0f7d0bc11 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -65,8 +65,6 @@
You can read more about this change in http://groups.google.com/group/rubyonrails-security/browse_thread/thread/2e516e7acc96c4fb
-* Added 'ActionView::Helpers::FormHelper.fields_for_with_index', similar to fields_for but allows to have access to the current iteration index [Jorge Bejar]
-
* Warn if we cannot verify CSRF token authenticity [José Valim]
* Allow AM/PM format in datetime selectors [Aditya Sanghi]