From 1dc56ba4815a5d87df34ade0125512a6101d3b87 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Mar 2007 18:04:44 +0000 Subject: Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6300 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 b01eec5bab..65ccc16a2f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson] + * Set the original button value in an attribute of the button when using the :disable_with key with submit_tag, so that the original can be restored later. [Jamis Buck] * session_enabled? works with session :off. #6680 [Catfish] -- cgit v1.2.3