diff options
author | Jeff Dean <jeff@zilkey.com> | 2010-07-04 00:35:34 -0400 |
---|---|---|
committer | Jeff Dean <jeff@zilkey.com> | 2010-07-04 00:35:34 -0400 |
commit | a7988fcf4149ab61c83ade5d380ae5d30789efc8 (patch) | |
tree | f9f05b3a6084a3b60895046de49cd791c561089c | |
parent | 547199ee4a279cf885ee6c4e3a605f64f70c9310 (diff) | |
download | rails-a7988fcf4149ab61c83ade5d380ae5d30789efc8.tar.gz rails-a7988fcf4149ab61c83ade5d380ae5d30789efc8.tar.bz2 rails-a7988fcf4149ab61c83ade5d380ae5d30789efc8.zip |
Added release notes for 3 changes to helpers
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index b32ca4fce9..7dcaf508c6 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -339,7 +339,9 @@ h5. Other Changes * You no longer need to place a minus sign at the end of a ruby interpolation inside an ERb template to remove the trailing carriage return in the HTML output. * Added +grouped_collection_select+ helper to Action View. * +content_for?+ has been added allowing you to check for the existence of content in a view before rendering. - +* passing +:value => nil+ to form helpers will set the field's +value+ attribute to nil as opposed to using the default value +* passing +:id => nil+ to form helpers will cause those fields to be rendered with no +id+ attribute +* passing +:alt => nil+ to +image_tag+ will cause the +img+ tag to render with no +alt+ attribute h3. Active Model |