summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-05-16 14:22:16 +0000
committertaca <taca@pkgsrc.org>2020-05-16 14:22:16 +0000
commit5a76209d61981a7adc02be81f71138143c01fc82 (patch)
treed937fb6f1b0bee0cfb52cf9987e8e0c062a4035b /devel
parent4ffc04cd6edc71d5a00e98cf76f514d789d8c777 (diff)
downloadpkgsrc-5a76209d61981a7adc02be81f71138143c01fc82.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/ruby-railties60/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ruby-railties60/distinfo b/devel/ruby-railties60/distinfo
index 3fb9a028534..d3db618bca2 100644
--- a/devel/ruby-railties60/distinfo
+++ b/devel/ruby-railties60/distinfo
@@ -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