Changelog for
ruby3.2-rubygem-actionview-5_0-5.0.7.2-22.73.x86_64.rpm :
* Thu Mar 14 2019 Stephan Kulow
- updated to version 5.0.7.2 see installed CHANGELOG.md [#]# Rails 5.0.7.2 (March 11, 2019) ##
* No changes.
* Sat Dec 08 2018 Stephan Kulow - updated to version 5.0.7.1 see installed CHANGELOG.md [#]# Rails 5.0.7.1 (November 27, 2018) ##
* No changes.
* Fri Mar 30 2018 factory-autoAATTkulow.org- updated to version 5.0.7 see installed CHANGELOG.md [#]# Rails 5.0.7 (March 29, 2018) ##
* No changes.
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 5.0.6 see installed CHANGELOG.md [#]# Rails 5.0.6 (September 07, 2017) ##
* No changes. [#]# Rails 5.0.6.rc1 (August 24, 2017) ##
* No changes.
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 5.0.5 see installed CHANGELOG.md [#]# Rails 5.0.5 (July 31, 2017) ##
* No changes. [#]# Rails 5.0.5.rc2 (July 25, 2017) ##
* No changes. [#]# Rails 5.0.5.rc1 (July 19, 2017) ##
* No changes.
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 5.0.4 see installed CHANGELOG.md [#]# Rails 5.0.4 (June 19, 2017) ##
* No changes. [#]# Rails 5.0.3 (May 12, 2017) ##
* No changes.
* Tue May 23 2017 cooloAATTsuse.com- updated to version 5.0.3 see installed CHANGELOG.md
* Thu Mar 02 2017 cooloAATTsuse.com- updated to version 5.0.2 see installed CHANGELOG.md [#]# Rails 5.0.2 (March 01, 2017) ##
* Allow render locals to be assigned to instance variables in a view. Fixes #27480.
* Andrew White
*
* Return correct object name in form helper method after `fields_for`. Fixes #26931.
* Yuji Yaginuma
*
* Wed Dec 21 2016 cooloAATTsuse.com- updated to version 5.0.1 see installed CHANGELOG.md [#]# Rails 5.0.1 (December 21, 2016) ##
* No changes. [#]# Rails 5.0.1.rc2 (December 10, 2016) ##
* Restore support for locals named `_`, `arg`, `args`, and `block`. Fixes #27302.
* Toshimaru
* [#]# Rails 5.0.1.rc1 (December 01, 2016) ##
* Fix support to `ActionController::Parameters` in `button_to`.
* Jon Moss
*
* Render now accepts any keys for locals, including reserved words Only locals with valid variable names get set directly. Others will still be available in local_assigns. Example of render with reserved words: ```erb <%= render \"example\", class: \"text-center\", message: \"Hello world!\" %> <%= tag.div class: local_assigns[:class] do %> <%= message %>
<% end %> ```
* Peter Schilling
*,
*Matthew Draper
*
* Changed partial rendering with a collection to allow collections which implement `to_a`. Extracting the collection option had an optimization to avoid unnecessary queries of ActiveRecord Relations by calling `#to_ary` on the given collection. Instances of `Enumerator` or `Enumerable` are valid collections, but they do not implement `#to_ary`. By changing this to `#to_a`, they will now be extracted and rendered as expected.
* Steven Harman
*
* Fix `ActionView::Helpers#current_page?` to work properly even with a trailing slash. Fixes #19472.
* Stan Lo
*
* Fri Aug 12 2016 cooloAATTsuse.com- updated to version 5.0.0.1 see installed CHANGELOG.md