diff options
author | Eloy Duran <eloy.de.enige@gmail.com> | 2009-02-26 12:26:17 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2009-02-27 13:56:27 +0100 |
commit | 3d1d422b8be027417cb640416d154171e75f03d1 (patch) | |
tree | 57da3fae8b413cb92d705b5a1adf41816eb4d9db /actionpack/CHANGELOG | |
parent | 5cda000bf0f6d85d1a1efedf9fa4d0b6eaf988a1 (diff) | |
download | rails-3d1d422b8be027417cb640416d154171e75f03d1.tar.gz rails-3d1d422b8be027417cb640416d154171e75f03d1.tar.bz2 rails-3d1d422b8be027417cb640416d154171e75f03d1.zip |
Pass a custom form builder on to nested fields_for calls. [#2023 status:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
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 546adeb61d..3038d2b60b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Fixed that passing a custom form builder would be forwarded to nested fields_for calls #2023 [Eloy Duran/Nate Wiger] + * Added partial scoping to TranslationHelper#translate, so if you call translate(".foo") from the people/index.html.erb template, you'll actually be calling I18n.translate("people.index.foo") [DHH] * Fix a syntax error in current_page?() that was prevent matches against URL's with multiple query parameters #1385, #1868 [chris finne/Andrew White] |