aboutsummaryrefslogblamecommitdiffstats
path: root/actionview/CHANGELOG.md
blob: 743c01e393047d9a179067a8f423cd80685b30c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                            
                                                                                      



                              



                                                                  
                                                                               



                                                                   



                                                                                




                                                                                 

                                                                               


                      


                                                       
 
                                                                                                                       
*   Change the default template handler from `ERB` to `Raw`.

    Files without a template handler in their extension will be rendered using the raw
    handler instead of ERB.

    *Rafael Mendonça França*

*   Remove deprecated `AbstractController::Base::parent_prefixes`.

    *Rafael Mendonça França*

*   Default translations that have a lower precedence than a html safe default,
    but are not themselves safe, should not be marked as html_safe.

    *Justin Coyne*

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

    *Nikolay Shebanov*

*   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*

*   Add an explicit error message, in `ActionView::PartialRenderer` for partial
    `rendering`, when the value of option `as` has invalid characters.

    *Angelo Capilleri*

*   Allow entries without a link tag in AtomFeedHelper.

    *Daniel Gomez de Souza*

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