pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-railties80



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar 16 15:32:04 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-railties80: distinfo

Log Message:
devel/ruby-railties80: update to 8.0.2

8.0.2 (2025/03/12)

* Fix Rails console to load routes.

  Otherwise *_path and *url methods are missing on the app object.

  Édouard Chin

* Update rails new --minimal option

  Extend the --minimal flag to exclude recently added features:
  skip_brakeman, skip_ci, skip_docker, skip_kamal, skip_rubocop, skip_solid
  and skip_thruster.

  eelcoj

* Use secret_key_base from ENV or credentials when present locally.

  When ENV["SECRET_KEY_BASE"] or
  Rails.application.credentials.secret_key_base is set for test or
  development, it is used for the Rails.config.secret_key_base, instead of
  generating a tmp/local_secret.txt file.

  Petrik de Heus


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties80/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-railties80/distinfo
diff -u pkgsrc/devel/ruby-railties80/distinfo:1.1 pkgsrc/devel/ruby-railties80/distinfo:1.2
--- pkgsrc/devel/ruby-railties80/distinfo:1.1   Thu Jan  2 07:13:52 2025
+++ pkgsrc/devel/ruby-railties80/distinfo       Sun Mar 16 15:32:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/02 07:13:52 taca Exp $
+$NetBSD: distinfo,v 1.2 2025/03/16 15:32:03 taca Exp $
 
-BLAKE2s (railties-8.0.1.gem) = 09b772cc4c8fcb83e2c9482921482617e7ba7de9afed111ed409e6d15872a89c
-SHA512 (railties-8.0.1.gem) = 59491f88bf85b9d3a7927ad58e9c21cf66fda56da45470c2ae4558457ce9d325b7693aac2464d4cf13e260c299e9c5710d29059ad6e5831d471e826021c16e0c
-Size (railties-8.0.1.gem) = 197120 bytes
+BLAKE2s (railties-8.0.2.gem) = 8b7c086a894414beb4e187dd1a6a640544bc8c42b5b9b489a479ad2633479fcc
+SHA512 (railties-8.0.2.gem) = 4e45309819be12e0b526d93341e885e0581176409c8b5a40921fb7c8fd0d7c8c4830b263769cfa926686c467bcca720f5cbc1154d4b51b3e990e9cd84628834b
+Size (railties-8.0.2.gem) = 197632 bytes



Home | Main Index | Thread Index | Old Index