pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-railties60



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 16 14:22:16 UTC 2020

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

Log Message:
devel/ruby-railties60: update to 6.0.3

Update ruby-railties60 to 6.0.3.

## Rails 6.0.3 (May 06, 2020) ##

*   Cache compiled view templates when running tests by default

    When generating a new app without `--skip-spring`, caching classes is
    disabled in `environments/test.rb`. This implicitly disables caching
    view templates too. This change will enable view template caching by
    adding this to the generated `environments/test.rb`:

    ````ruby
    config.action_view.cache_template_loading = true
    ````

    *Jorge Manrubia*

*   `Rails::Application#eager_load!` is available again to load application code
    manually as it was possible in previous versions.

    Please, note this is not integrated with the whole eager loading logic that
    runs when Rails boots with eager loading enabled, you can think of this
    method as a vanilla recursive code loader.

    This ability has been restored because there are some use cases for it, such
    as indexers that need to have all application classes and modules in memory.

    *Xavier Noria*

*   Generators that inherit from NamedBase respect `--force` option

    *Josh Brody*

*   Regression fix: The Rake task `zeitwerk:check` supports eager loaded
    namespaces which do not have eager load paths, like the recently added
    `i18n`. These namespaces are only required to respond to `eager_load!`.

    *Xavier Noria*


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-railties60/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-railties60/distinfo
diff -u pkgsrc/devel/ruby-railties60/distinfo:1.1 pkgsrc/devel/ruby-railties60/distinfo:1.2
--- pkgsrc/devel/ruby-railties60/distinfo:1.1   Fri Mar 20 17:07:57 2020
+++ pkgsrc/devel/ruby-railties60/distinfo       Sat May 16 14:22:16 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/20 17:07:57 taca Exp $
+$NetBSD: distinfo,v 1.2 2020/05/16 14:22:16 taca Exp $
 
-SHA1 (railties-6.0.2.2.gem) = 5d04ebebbdc001edf480e3940da46f52dec6afc5
-RMD160 (railties-6.0.2.2.gem) = ee26ff22151209eaf009d821cbfe2b6dc577697e
-SHA512 (railties-6.0.2.2.gem) = 2e0a686d227d231b5097ddef20ad804301ef814785c3fbef27530c258f3249a23cdd88ef7b984fb6653edb54afd856213c70cbe47dc653246fe65cc699e557ce
-Size (railties-6.0.2.2.gem) = 454144 bytes
+SHA1 (railties-6.0.3.gem) = 61af48027c930895814b8c7b2829623fc4e21a3b
+RMD160 (railties-6.0.3.gem) = e1b2b18b98a1ea8320d15a6982ac616a2aac854f
+SHA512 (railties-6.0.3.gem) = 9a6193b476275c9eb27dd9f7b1ca49d83c67d761fc1238edce22ef25fc21974083eae6e1dde0fdc8c0653f048462ee901553e95ff05cfc1aa0e21ca04eea3605
+Size (railties-6.0.3.gem) = 455168 bytes



Home | Main Index | Thread Index | Old Index