CHANGELOG.md 818 字节
Newer Older
1 2 3 4
*   Remove deprecated `AbstractController::Base::parent_prefixes`.

    *Rafael Mendonça França*

R
Robin Dupret 已提交
5
*   Default translations that have a lower precedence than a html safe default,
6 7 8 9
    but are not themselves safe, should not be marked as html_safe.

    *Justin Coyne*

10 11 12 13
*   Make possible to use blocks with short version of `render "partial"` helper.

    *Nikolay Shebanov*

14 15 16 17 18
*   Add a `hidden_field` on the `file_field` to avoid raise a error when the only
    input on the form is the `file_field`.

    *Mauro George*

R
Robin Dupret 已提交
19 20
*   Add an explicit error message, in `ActionView::PartialRenderer` for partial
    `rendering`, when the value of option `as` has invalid characters.
21 22 23

    *Angelo Capilleri*

24

25
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md) for previous changes.