From 139e2c4aadfdfa7c86cc7e53618b88363ef84836 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 2 Dec 2005 00:37:33 +0000 Subject: Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3201 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 d485d87971..62fae65370 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Change form_for and fields_for method signatures to take object name and object as separate arguments rather than as a Hash. [DHH] + * Introduce :selected option to the select helper. Allows you to specify a selection other than the current value of object.method. Specify :selected => nil to leave all options unselected. #2991 [Jonathan Viney ] * Initialize @optional in routing code to avoid warnings about uninitialized access to an instance variable. [Nicholas Seckar] -- cgit v1.2.3