mirror of https://github.com/rails/rails
Documented the removal of size from text_field based helpers and cols, rows from text_area helper.
This commit is contained in:
parent
8b5198a417
commit
f12f071ece
|
@ -1,5 +1,9 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Removed default `size` option from the `text_field`, `search_field`, `telephone_field`, `url_field`, `email_field` helpers. *Philip Arndt*
|
||||
|
||||
* Removed default `cols` and `rows` options from the `text_area` helper. *Philip Arndt*
|
||||
|
||||
* Adds support for layouts when rendering a partial with a given collection. *serabe*
|
||||
|
||||
* Allows the route helper `root` to take a string argument. For example, `root 'pages#main'`. *bcardarella*
|
||||
|
|
Loading…
Reference in New Issue