forest_admin_rails 1.0.0.pre.beta.100 → 1.0.0.pre.beta.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/forest_admin_rails/engine.rb +5 -1
- data/lib/forest_admin_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e481c025666b12087fd7a09a2d86d50a532eec80bdbe7f4ea380051782f30a61
|
4
|
+
data.tar.gz: 364cf884336c90c7894dfbcd11e44ca80f9b2179dcd44b2926674a1460001257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b4691ff4d85b1a37d63d982a3bf0b45328ef806e261ffe6402b05fdd045dfe60cb560fa1a01983bdc365e4c65888a61a3c988a3fee020e6518871c3ba03d3d7
|
7
|
+
data.tar.gz: dd06a22f4f3ba485e8581bae903f8abecdbf567632733c0c4f692ffe7837b3ddfec2bd7b74b790fbeaa799ab2765cb9f6826da3289746db5cae709fa979c4755
|
@@ -43,7 +43,11 @@ module ForestAdminRails
|
|
43
43
|
# force eager loading models
|
44
44
|
Rails.application.eager_load!
|
45
45
|
|
46
|
-
|
46
|
+
begin
|
47
|
+
ForestAdminRails::CreateAgent.setup!
|
48
|
+
rescue StandardError
|
49
|
+
# Ignored
|
50
|
+
end
|
47
51
|
|
48
52
|
sse = ForestAdminAgent::Services::SSECacheInvalidation
|
49
53
|
sse.run if ForestAdminRails.config[:instant_cache_refresh]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forest_admin_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.pre.beta.
|
4
|
+
version: 1.0.0.pre.beta.101
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthieu
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: dry-configurable
|