thecore_ui_rails_admin 2.5.2 → 2.5.3
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/config/initializers/rails_admin.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: 9b2c06d8d6ad6f84f30b12fbde0e9fd793b8045bc17d5b6de623e24653e03bc7
|
|
4
|
+
data.tar.gz: c4dbca8120c81a7d86e9f7f5276d89cef683a1f2a00412b800c98e6292746ea3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 719cc4578dd092e024bd7b481b3513f6cff79fc10a9d1694a174fd1a85532ff6d62cc934cf5d2d4577eabdd5e6479e5248032fca7cbee0c05147eccc1314504a
|
|
7
|
+
data.tar.gz: 22ba5800dc837aff5484668e63519c5ea267928ecb47c948d6b2943fb7f5072dd22972623b8d907f4ee415e26aa9f80341b4ace526cb361e1ef9fd4ce7d74cc0
|
|
@@ -4,7 +4,7 @@ require 'nested_form/builder_mixin'
|
|
|
4
4
|
RailsAdmin.config do |config|
|
|
5
5
|
config.main_app_name = Proc.new { |controller| [ ((ENV["APP_NAME"].presence || Settings.app_name.presence) rescue "Thecore"), "" ] }
|
|
6
6
|
# Link for background Job
|
|
7
|
-
(config.navigation_static_links ||= {}).merge! "Background Monitor" => "#{ENV['RAILS_RELATIVE_URL_ROOT']}/
|
|
7
|
+
(config.navigation_static_links ||= {}).merge! "Background Monitor" => "#{ENV['RAILS_RELATIVE_URL_ROOT']}/sidekiq"
|
|
8
8
|
|
|
9
9
|
### Popular gems integration
|
|
10
10
|
config.model "RoleUser" do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_ui_rails_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_ui_commons
|