forest_admin_rails 1.0.0.pre.beta.100 → 1.0.0.pre.beta.102

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0af7b90cd2bed71e551b0364d6f1f77c918ed5c88628f123e5b9236095a5a34b
4
- data.tar.gz: 14400e0ab2c1081a3849938c44ce1295ef7d599df65838b6a618e6cf0b91379c
3
+ metadata.gz: 37e71d6ef79c20861ea76abc6cfc0c4df72d45d598f8f45fe1e8926201b8c653
4
+ data.tar.gz: 76b23a365dbabe371f529caa44250a9d45ee2e0dd3af38c79dff552c8ea841da
5
5
  SHA512:
6
- metadata.gz: d5bf4ce592fb43992204979b01b7dc71faab8e90334716d8d911bb215634a5becfc80dafa3c1f3e369255ceb86cf653542603b0fe56d2ccaffe148dac6e783ec
7
- data.tar.gz: 05ca6ec4bbc439a3bff380d1da93769c81b9251208640bca25f123323ec2db0245a3939cd84830e32473ff5020b3fba0e2acba25b81c6c0ccd2e12972b5bf182
6
+ metadata.gz: 0fe2a071b58fbaaab31307d4d6b6ee883c86ef8c181fa2dfbc37754164ff896539614b1f0e05573110b90751e32106412904ee718c687a7cd5e60e029b92280c
7
+ data.tar.gz: 7a27b36449b823da221e3c4c0819c3b93a4bcfa1953b251d9ef456075bc12f33e38bf0cf708cb4183e507c812d767d291eeea9b1ddae115c813e525f7db10a45
@@ -43,7 +43,12 @@ module ForestAdminRails
43
43
  # force eager loading models
44
44
  Rails.application.eager_load!
45
45
 
46
- ForestAdminRails::CreateAgent.setup!
46
+ begin
47
+ ForestAdminRails::CreateAgent.setup!
48
+ rescue StandardError
49
+ logger = ActiveSupport::Logger.new($stdout)
50
+ logger.warn 'WARNING -- : An error has occurred during setup of the Forest Admin agent.'
51
+ end
47
52
 
48
53
  sse = ForestAdminAgent::Services::SSECacheInvalidation
49
54
  sse.run if ForestAdminRails.config[:instant_cache_refresh]
@@ -1,3 +1,3 @@
1
1
  module ForestAdminRails
2
- VERSION = "1.0.0-beta.100"
2
+ VERSION = "1.0.0-beta.102"
3
3
  end
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.100
4
+ version: 1.0.0.pre.beta.102
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-03-10 00:00:00.000000000 Z
12
+ date: 2025-05-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dry-configurable