diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-02 00:46:43 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-12-02 00:46:43 +0000 |
commit | d0ce7cd4c7eb24c4ade6d8fb4ec73576b8bc1977 (patch) | |
tree | 17afa00c5a7b0a69d6b882756c1c31781df534e6 /actionpack/CHANGELOG | |
parent | 67442cb40d0850f42ff66a66e2c2b3f5cf5feb07 (diff) | |
download | rails-d0ce7cd4c7eb24c4ade6d8fb4ec73576b8bc1977.tar.gz rails-d0ce7cd4c7eb24c4ade6d8fb4ec73576b8bc1977.tar.bz2 rails-d0ce7cd4c7eb24c4ade6d8fb4ec73576b8bc1977.zip |
Added the same record identification guessing rules to fields_for as form_for has [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8252 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 04e212f7dc..7641c24ead 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added the same record identification guessing rules to fields_for as form_for has [DHH] + * Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] |