mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added release notes for 3 changes to helpers
This commit is contained in:
parent
547199ee4a
commit
a7988fcf41
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue