pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-actionview72



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 08:39:27 UTC 2025

Modified Files:
        pkgsrc/www/ruby-actionview72: distinfo

Log Message:
www/ruby-actionview72: update to 7.2.3

7.2.3 (2025-10-28)

* Fix javascript_include_tag type option to accept either strings and
  symbols.

    javascript_include_tag "application", type: :module
    javascript_include_tag "application", type: "module"

  Previously, only the string value was recoginized.

  Jean Boussier

* Fix excerpt helper with non-whitespace separator.

  Jonathan Hefner

* Respect html_options[:form] when collection_checkboxes generates the
  hidden <input>.

  Riccardo Odone

* Layouts have access to local variables passed to render.

  This fixes #31680 which was a regression in Rails 5.1.

  Mike Dalessio

* Argument errors related to strict locals in templates now raise an
  ActionView::StrictLocalsError, and all other argument errors are reraised
  as-is.

  Previously, any ArgumentError raised during template rendering was
  swallowed during strict local error handling, so that an ArgumentError
  unrelated to strict locals (e.g., a helper method invoked with incorrect
  arguments) would be replaced by a similar ArgumentError with an unrelated
  backtrace, making it difficult to debug templates.

  Now, any ArgumentError unrelated to strict locals is reraised, preserving
  the original backtrace for developers.

  Also note that ActionView::StrictLocalsError is a subclass of
  ArgumentError, so any existing code that rescues ArgumentError will
  continue to work.

  Fixes #52227.

  Mike Dalessio

* Fix stack overflow error in dependency tracker when dealing with circular
  dependencies

  Jean Boussier

* Fix a crash in ERB template error highlighting when the error occurs on a
  line in the compiled template that is past the end of the source template.

  Martin Emde

* Improve reliability of ERB template error highlighting.  Fix infinite
  loops and crashes in highlighting and improve tolerance for alternate ERB
  handlers.

  Martin Emde


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-actionview72/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-actionview72/distinfo
diff -u pkgsrc/www/ruby-actionview72/distinfo:1.2 pkgsrc/www/ruby-actionview72/distinfo:1.3
--- pkgsrc/www/ruby-actionview72/distinfo:1.2   Thu Aug 14 15:22:46 2025
+++ pkgsrc/www/ruby-actionview72/distinfo       Mon Nov  3 08:39:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/14 15:22:46 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/11/03 08:39:27 taca Exp $
 
-BLAKE2s (actionview-7.2.2.2.gem) = c1938edf1cd5ad19d0947b5ebcc49165f82dd081c807c91a4cab801b0a227a7c
-SHA512 (actionview-7.2.2.2.gem) = 0a7117375e514d0d8bd70f40a7350d6b9b8f52b34e1c6cd5acd7d4ef3e77b9a3aa9b38f4b0cd657e6194071fcb42a2f98de535afe30fca26f2363815f7dde4ed
-Size (actionview-7.2.2.2.gem) = 186880 bytes
+BLAKE2s (actionview-7.2.3.gem) = 114aeb7b117a91eeac923c816d9f1a2a45faf05df8d3965ab00fc6e81f036db4
+SHA512 (actionview-7.2.3.gem) = a71e801f5bf0a0b9f81c6328982147ef2567da19cdae9a275a0b022c39cb989fffc4435d5664facbc030e5da7b68ac3746ecff45ba3e7e27abc21691d3175f65
+Size (actionview-7.2.3.gem) = 188416 bytes



Home | Main Index | Thread Index | Old Index