From ba2619f53911d5b56b76ab45af882caa7334e3cf Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Wed, 8 Feb 2006 05:13:21 +0000 Subject: Don't interpret the :value option on text_area as an html attribute. Set the text_area's value. Closes #3752. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index d720370f24..d233a67d78 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Don't interpret the :value option on text_area as an html attribute. Set the text_area's value. #3752 [gabriel@gironda.org] + * 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] -- cgit v1.2.3