rubygem-actionview-7.0

Edit Package rubygem-actionview-7.0
No description set
Refresh
Refresh
Source Files
Filename Size Changed
actionview-7.0.4.gem 0000179200 175 KB
gem2rpm.yml 0000001747 1.71 KB
rubygem-actionview-7.0.changes 0000003873 3.78 KB
rubygem-actionview-7.0.spec 0000001776 1.73 KB
Revision 6 (latest revision is 10)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1010042 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 6)
updated to version 7.0.4
 see installed CHANGELOG.md
  ## Rails 7.0.4 (September 09, 2022) ##
  
  *   Guard against `ActionView::Helpers::FormTagHelper#field_name` calls with nil
      `object_name` arguments. For example:
  
      ```erb
      <%= fields do |f| %>
        <%= f.field_name :body %>
      <% end %>
      ```
  
      *Sean Doyle*
  
  *   Strings returned from `strip_tags` are correctly tagged `html_safe?`
  
      Because these strings contain no HTML elements and the basic entities are escaped, they are safe
      to be included as-is as PCDATA in HTML content. Tagging them as html-safe avoids double-escaping
      entities when being concatenated to a SafeBuffer during rendering.
  
      Fixes [rails/rails-html-sanitizer#124](https://github.com/rails/rails-html-sanitizer/issues/124)
  
      *Mike Dalessio*
  
Comments 0
openSUSE Build Service is sponsored by