pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-actionpack61
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 4 08:01:38 UTC 2021
Modified Files:
pkgsrc/www/ruby-actionpack61: distinfo
Log Message:
www/ruby-actionpack61: update to 6.1.4
Action Pack
* Ignore file fixtures on db:fixtures:load (Kevin Sjöberg)
* Fix ActionController::Live controller test deadlocks by removing the
body buffer size limit for tests. (Dylan Thacker-Smith)
* Correctly place optional path parameter booleans.
Previously, if you specify a url parameter that is part of the path
as false it would include that part of the path as parameter for
example:
get "(/optional/:optional_id)/things" => "foo#foo", as: :things
things_path(optional_id: false) # => /things?optional_id=false
After this change, true and false will be treated the same when used
as optional path parameters. Meaning now:
get '(this/:my_bool)/that' as: :that
that_path(my_bool: true) # => `/this/true/that`
that_path(my_bool: false) # => `/this/false/that`
(Adam Hess)
* Add support for 'private, no-store' Cache-Control headers.
Previously, 'no-store' was exclusive; no other directives could be
specified. (Alex Smith)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-actionpack61/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-actionpack61/distinfo
diff -u pkgsrc/www/ruby-actionpack61/distinfo:1.4 pkgsrc/www/ruby-actionpack61/distinfo:1.5
--- pkgsrc/www/ruby-actionpack61/distinfo:1.4 Sat May 8 14:08:56 2021
+++ pkgsrc/www/ruby-actionpack61/distinfo Sun Jul 4 08:01:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/05/08 14:08:56 taca Exp $
+$NetBSD: distinfo,v 1.5 2021/07/04 08:01:38 taca Exp $
-SHA1 (actionpack-6.1.3.2.gem) = 4ef2f70d81935721aaead2c52f2c2edcf26e6daf
-RMD160 (actionpack-6.1.3.2.gem) = 7c6bb35491b7a1d3effd7d1da5da2629eef8d93f
-SHA512 (actionpack-6.1.3.2.gem) = e312680d1f26313a8004932bb2db3e7646dbfc3017e6e94e534983aac4ac5b3f29d3dbff7c342f1424da018effbf14348f28aa54172d81fe66f203e306c53326
-Size (actionpack-6.1.3.2.gem) = 224768 bytes
+SHA1 (actionpack-6.1.4.gem) = 3d3de13048c518bf8571ee1d85d8d7fbbaf2c782
+RMD160 (actionpack-6.1.4.gem) = 13201c9f48570301d17a36c9f37be762b6bf9d77
+SHA512 (actionpack-6.1.4.gem) = c384cf3502d3b2458577dd4efa82a39ff392d8d991873fc2547b2753df6d4b4c73243f7766e5e9869c12a791930aaf7fe5376e2d38bd64637cf88a2071df9642
+Size (actionpack-6.1.4.gem) = 225280 bytes
Home |
Main Index |
Thread Index |
Old Index