motor-admin 0.4.16 → 0.4.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/motor/templates/install.rb +3 -0
- data/lib/motor/admin.rb +1 -1
- data/lib/motor/version.rb +1 -1
- data/ui/dist/{main-2178b4a676a449025f4f.css.gz → main-17b6af8c481786f31cc4.css.gz} +0 -0
- data/ui/dist/main-17b6af8c481786f31cc4.js.gz +0 -0
- data/ui/dist/manifest.json +5 -5
- metadata +4 -4
- data/ui/dist/main-2178b4a676a449025f4f.js.gz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3a3043b22c41b8cecc31db194e525ececd4f1120b684caac290840262d03abf
|
4
|
+
data.tar.gz: 2a33a058ea4b2384b78afc0fb0aab1b00f18a19547a8611bd3dad2620faa4e4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ab80a1ad495344ce5125d5f7bb065d6b93995463d3174ccdf1045ef6a6f6900f21c05b0b1abff63e4a67f4f9e1d038d1b63884a638516c2a309ff7f8f52683f
|
7
|
+
data.tar.gz: ea69c3f11a524028fee52cdb7d4902196ee5297a47fdada16e90f26f06b33b80ae12d8dd0c6598023cf599f39b8d8137769adb53e4f2eb9f39e574bc4aa72ec9
|
@@ -165,6 +165,9 @@ class <%= migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Mi
|
|
165
165
|
|
166
166
|
t.timestamps
|
167
167
|
|
168
|
+
t.index %i[record_id record_type],
|
169
|
+
name: 'motor_notes_record_id_record_type_index'
|
170
|
+
|
168
171
|
t.index %i[author_id author_type],
|
169
172
|
name: 'motor_notes_author_id_author_type_index'
|
170
173
|
end
|
data/lib/motor/admin.rb
CHANGED
@@ -4,7 +4,7 @@ module Motor
|
|
4
4
|
class Admin < ::Rails::Engine
|
5
5
|
config.custom_html = ''
|
6
6
|
|
7
|
-
if !Motor.development? &&
|
7
|
+
if !Motor.development? && Rails.env.development?
|
8
8
|
config.eager_load_paths.delete(File.expand_path('../../app/controllers', __dir__))
|
9
9
|
config.eager_load_paths.delete(File.expand_path('../../app/controllers/concerns', __dir__))
|
10
10
|
config.eager_load_paths.delete(File.expand_path('../../app/models', __dir__))
|
data/lib/motor/version.rb
CHANGED
Binary file
|
Binary file
|
data/ui/dist/manifest.json
CHANGED
@@ -3964,9 +3964,9 @@
|
|
3964
3964
|
"images/layers-2x.png": "images/layers-2x.png",
|
3965
3965
|
"images/layers.png": "images/layers.png",
|
3966
3966
|
"images/marker-icon.png": "images/marker-icon.png",
|
3967
|
-
"main-
|
3968
|
-
"main-
|
3969
|
-
"main-
|
3970
|
-
"main.css": "main-
|
3971
|
-
"main.js": "main-
|
3967
|
+
"main-17b6af8c481786f31cc4.css.gz": "main-17b6af8c481786f31cc4.css.gz",
|
3968
|
+
"main-17b6af8c481786f31cc4.js.LICENSE.txt": "main-17b6af8c481786f31cc4.js.LICENSE.txt",
|
3969
|
+
"main-17b6af8c481786f31cc4.js.gz": "main-17b6af8c481786f31cc4.js.gz",
|
3970
|
+
"main.css": "main-17b6af8c481786f31cc4.css",
|
3971
|
+
"main.js": "main-17b6af8c481786f31cc4.js"
|
3972
3972
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motor-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pete Matsyburka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ar_lazy_preload
|
@@ -2235,8 +2235,8 @@ files:
|
|
2235
2235
|
- ui/dist/images/layers-2x.png
|
2236
2236
|
- ui/dist/images/layers.png
|
2237
2237
|
- ui/dist/images/marker-icon.png
|
2238
|
-
- ui/dist/main-
|
2239
|
-
- ui/dist/main-
|
2238
|
+
- ui/dist/main-17b6af8c481786f31cc4.css.gz
|
2239
|
+
- ui/dist/main-17b6af8c481786f31cc4.js.gz
|
2240
2240
|
- ui/dist/manifest.json
|
2241
2241
|
homepage:
|
2242
2242
|
licenses:
|
Binary file
|