thecore_ui_rails_admin 2.1.21 → 2.2.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/app/views/layouts/rails_admin/application.html.haml +1 -0
- data/config/locales/it.main.yml +9 -0
- data/lib/thecore_ui_rails_admin.rb +0 -1
- data/lib/thecore_ui_rails_admin/version.rb +1 -1
- metadata +16 -18
- data/db/migrate/20161227101954_create_rails_admin_settings.rb +0 -25
- data/db/migrate/20161227101956_add_app_name.rb +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 10b3644b730e9c73f055d3a67fb6f019577c86f2e3a01e4a4c40d7ab5caef815
|
|
4
|
+
data.tar.gz: 58435b6168cf6122a5137132386a666d5de6196a0d2e1020f9e4014f1294d3f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbff7f91e9ec17f4fc5858204460cf5bd4b6de25033d2d408752d3d600cad8ea130306c02679decfe22087c59058fc965993dbfaf00f52d72d2d46b03c6e7585
|
|
7
|
+
data.tar.gz: ce132c75c377c67c9ae2310753acd407ee2faebb92ae2c30799e0876901624876ab882be6fb71c73f67a349ad0b13a5103113eba8b5c49a011975e322c73241b
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
!!! 5
|
|
2
2
|
%html{lang: I18n.locale}
|
|
3
3
|
%head
|
|
4
|
+
%title= Settings.app_name rescue "Thecore"
|
|
4
5
|
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}
|
|
5
6
|
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
|
|
6
7
|
%meta{name: "viewport", content: "width=device-width, initial-scale=1"}
|
data/config/locales/it.main.yml
CHANGED
|
@@ -5,6 +5,15 @@ it:
|
|
|
5
5
|
question: Domanda
|
|
6
6
|
root_actions: "Operazioni"
|
|
7
7
|
admin:
|
|
8
|
+
links:
|
|
9
|
+
label: Collegamenti
|
|
10
|
+
tools:
|
|
11
|
+
label: "Strumenti"
|
|
12
|
+
settings:
|
|
13
|
+
label: "Impostazioni"
|
|
14
|
+
advanced: Avanzate
|
|
15
|
+
registries: Anagrafiche
|
|
16
|
+
operations: Operatività
|
|
8
17
|
js:
|
|
9
18
|
true: Vero
|
|
10
19
|
false: Falso
|
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.
|
|
4
|
+
version: 2.2.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: 2020-
|
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_ui_commons
|
|
@@ -38,6 +38,20 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '3.4'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: coffee-rails
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '5.0'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
53
|
+
- !ruby/object:Gem::Version
|
|
54
|
+
version: '5.0'
|
|
41
55
|
- !ruby/object:Gem::Dependency
|
|
42
56
|
name: rails_admin_rollincode
|
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -108,20 +122,6 @@ dependencies:
|
|
|
108
122
|
- - "~>"
|
|
109
123
|
- !ruby/object:Gem::Version
|
|
110
124
|
version: '1.0'
|
|
111
|
-
- !ruby/object:Gem::Dependency
|
|
112
|
-
name: rails_admin_settings
|
|
113
|
-
requirement: !ruby/object:Gem::Requirement
|
|
114
|
-
requirements:
|
|
115
|
-
- - "~>"
|
|
116
|
-
- !ruby/object:Gem::Version
|
|
117
|
-
version: '1.5'
|
|
118
|
-
type: :runtime
|
|
119
|
-
prerelease: false
|
|
120
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
-
requirements:
|
|
122
|
-
- - "~>"
|
|
123
|
-
- !ruby/object:Gem::Version
|
|
124
|
-
version: '1.5'
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: rails_admin_selectize
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,8 +202,6 @@ files:
|
|
|
202
202
|
- config/locales/thecore_settings.en.yml
|
|
203
203
|
- config/locales/thecore_settings.it.yml
|
|
204
204
|
- config/routes.rb
|
|
205
|
-
- db/migrate/20161227101954_create_rails_admin_settings.rb
|
|
206
|
-
- db/migrate/20161227101956_add_app_name.rb
|
|
207
205
|
- lib/abilities/thecore_ui_rails_admin.rb
|
|
208
206
|
- lib/concerns/rails_admin_requirements.rb
|
|
209
207
|
- lib/concerns/thecore_rails_admin_bulk_delete_concern.rb
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
class CreateRailsAdminSettings < ActiveRecord::Migration[5.0]
|
|
2
|
-
def change
|
|
3
|
-
create_table :rails_admin_settings do |t|
|
|
4
|
-
t.boolean :enabled, default: true
|
|
5
|
-
t.string :kind, null: false, default: 'string'
|
|
6
|
-
t.string :ns, default: 'main'
|
|
7
|
-
t.string :key, null: false
|
|
8
|
-
if Object.const_defined?('Geocoder')
|
|
9
|
-
t.float :latitude
|
|
10
|
-
t.float :longitude
|
|
11
|
-
end
|
|
12
|
-
t.text :raw
|
|
13
|
-
t.string :label
|
|
14
|
-
if defined?(Paperclip)
|
|
15
|
-
t.attachment :file
|
|
16
|
-
elsif defined?(CarrierWave)
|
|
17
|
-
t.string :file
|
|
18
|
-
end
|
|
19
|
-
t.timestamps
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
add_index :rails_admin_settings, :key
|
|
23
|
-
add_index :rails_admin_settings, [:ns, :key], unique: true
|
|
24
|
-
end
|
|
25
|
-
end
|