Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-railties60 devel/ruby-railties60: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbbb27fb0dbd
branches:  trunk
changeset: 431775:fbbb27fb0dbd
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 16 14:22:16 2020 +0000

description:
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*

diffstat:

 devel/ruby-railties60/distinfo |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (15 lines):

diff -r a5b920dc8d81 -r fbbb27fb0dbd devel/ruby-railties60/distinfo
--- a/devel/ruby-railties60/distinfo    Sat May 16 14:21:24 2020 +0000
+++ b/devel/ruby-railties60/distinfo    Sat May 16 14:22:16 2020 +0000
@@ -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