trusty-cms 5.4.3 → 5.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +82 -81
- data/app/assets/javascripts/admin.js +1 -1
- data/lib/trusty_cms.rb +1 -1
- data/package.json +1 -1
- data/spec/dummy/package.json +1 -1
- data/spec/dummy/yarn.lock +11 -3
- data/spec/spec_helper.rb +1 -1
- data/yarn.lock +11 -4
- metadata +38 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '019ee42dfa05a82526b8a1e2a38f5b7f229caeab0ce98148559e060c1debc5ce'
|
4
|
+
data.tar.gz: 94a7341db24b3e806bdde66f09ea64209e054cab394f52f38483c98ed3152c35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79897bd4cafd496a4e6189f3047505cee2f9520984acc5455749f9f71940697839b5b889424b99e7a8f8d52d20e0b4f9fe8569293d815da3d015d18a21a1b094
|
7
|
+
data.tar.gz: a48741e60e8c9bc6f540fb0cb6118fc43a26932332d833ca04c2dd32b87242dee78e1055d6c82db0c30fafab084eac9448ee3732e28c5be836c44aead550c03d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-cms (5.
|
4
|
+
trusty-cms (5.5)
|
5
5
|
RedCloth (= 4.3.2)
|
6
6
|
activestorage-validator
|
7
7
|
acts_as_list (>= 0.9.5, < 1.1.0)
|
@@ -35,62 +35,62 @@ GEM
|
|
35
35
|
remote: https://rubygems.org/
|
36
36
|
specs:
|
37
37
|
RedCloth (4.3.2)
|
38
|
-
actioncable (6.1.
|
39
|
-
actionpack (= 6.1.
|
40
|
-
activesupport (= 6.1.
|
38
|
+
actioncable (6.1.7)
|
39
|
+
actionpack (= 6.1.7)
|
40
|
+
activesupport (= 6.1.7)
|
41
41
|
nio4r (~> 2.0)
|
42
42
|
websocket-driver (>= 0.6.1)
|
43
|
-
actionmailbox (6.1.
|
44
|
-
actionpack (= 6.1.
|
45
|
-
activejob (= 6.1.
|
46
|
-
activerecord (= 6.1.
|
47
|
-
activestorage (= 6.1.
|
48
|
-
activesupport (= 6.1.
|
43
|
+
actionmailbox (6.1.7)
|
44
|
+
actionpack (= 6.1.7)
|
45
|
+
activejob (= 6.1.7)
|
46
|
+
activerecord (= 6.1.7)
|
47
|
+
activestorage (= 6.1.7)
|
48
|
+
activesupport (= 6.1.7)
|
49
49
|
mail (>= 2.7.1)
|
50
|
-
actionmailer (6.1.
|
51
|
-
actionpack (= 6.1.
|
52
|
-
actionview (= 6.1.
|
53
|
-
activejob (= 6.1.
|
54
|
-
activesupport (= 6.1.
|
50
|
+
actionmailer (6.1.7)
|
51
|
+
actionpack (= 6.1.7)
|
52
|
+
actionview (= 6.1.7)
|
53
|
+
activejob (= 6.1.7)
|
54
|
+
activesupport (= 6.1.7)
|
55
55
|
mail (~> 2.5, >= 2.5.4)
|
56
56
|
rails-dom-testing (~> 2.0)
|
57
|
-
actionpack (6.1.
|
58
|
-
actionview (= 6.1.
|
59
|
-
activesupport (= 6.1.
|
57
|
+
actionpack (6.1.7)
|
58
|
+
actionview (= 6.1.7)
|
59
|
+
activesupport (= 6.1.7)
|
60
60
|
rack (~> 2.0, >= 2.0.9)
|
61
61
|
rack-test (>= 0.6.3)
|
62
62
|
rails-dom-testing (~> 2.0)
|
63
63
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
64
|
-
actiontext (6.1.
|
65
|
-
actionpack (= 6.1.
|
66
|
-
activerecord (= 6.1.
|
67
|
-
activestorage (= 6.1.
|
68
|
-
activesupport (= 6.1.
|
64
|
+
actiontext (6.1.7)
|
65
|
+
actionpack (= 6.1.7)
|
66
|
+
activerecord (= 6.1.7)
|
67
|
+
activestorage (= 6.1.7)
|
68
|
+
activesupport (= 6.1.7)
|
69
69
|
nokogiri (>= 1.8.5)
|
70
|
-
actionview (6.1.
|
71
|
-
activesupport (= 6.1.
|
70
|
+
actionview (6.1.7)
|
71
|
+
activesupport (= 6.1.7)
|
72
72
|
builder (~> 3.1)
|
73
73
|
erubi (~> 1.4)
|
74
74
|
rails-dom-testing (~> 2.0)
|
75
75
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
76
|
-
activejob (6.1.
|
77
|
-
activesupport (= 6.1.
|
76
|
+
activejob (6.1.7)
|
77
|
+
activesupport (= 6.1.7)
|
78
78
|
globalid (>= 0.3.6)
|
79
|
-
activemodel (6.1.
|
80
|
-
activesupport (= 6.1.
|
81
|
-
activerecord (6.1.
|
82
|
-
activemodel (= 6.1.
|
83
|
-
activesupport (= 6.1.
|
84
|
-
activestorage (6.1.
|
85
|
-
actionpack (= 6.1.
|
86
|
-
activejob (= 6.1.
|
87
|
-
activerecord (= 6.1.
|
88
|
-
activesupport (= 6.1.
|
79
|
+
activemodel (6.1.7)
|
80
|
+
activesupport (= 6.1.7)
|
81
|
+
activerecord (6.1.7)
|
82
|
+
activemodel (= 6.1.7)
|
83
|
+
activesupport (= 6.1.7)
|
84
|
+
activestorage (6.1.7)
|
85
|
+
actionpack (= 6.1.7)
|
86
|
+
activejob (= 6.1.7)
|
87
|
+
activerecord (= 6.1.7)
|
88
|
+
activesupport (= 6.1.7)
|
89
89
|
marcel (~> 1.0)
|
90
90
|
mini_mime (>= 1.1.0)
|
91
|
-
activestorage-validator (0.
|
92
|
-
rails (>=
|
93
|
-
activesupport (6.1.
|
91
|
+
activestorage-validator (0.2.2)
|
92
|
+
rails (>= 6.0.4.1)
|
93
|
+
activesupport (6.1.7)
|
94
94
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
95
95
|
i18n (>= 1.6, < 2)
|
96
96
|
minitest (>= 5.1)
|
@@ -100,8 +100,8 @@ GEM
|
|
100
100
|
activerecord (>= 4.2)
|
101
101
|
acts_as_tree (2.9.1)
|
102
102
|
activerecord (>= 3.0.0)
|
103
|
-
addressable (2.8.
|
104
|
-
public_suffix (>= 2.0.2, <
|
103
|
+
addressable (2.8.1)
|
104
|
+
public_suffix (>= 2.0.2, < 6.0)
|
105
105
|
bcrypt (3.1.18)
|
106
106
|
builder (3.2.4)
|
107
107
|
byebug (11.1.3)
|
@@ -139,9 +139,9 @@ GEM
|
|
139
139
|
warden (~> 1.2.3)
|
140
140
|
diff-lcs (1.5.0)
|
141
141
|
docile (1.4.0)
|
142
|
-
erubi (1.
|
142
|
+
erubi (1.11.0)
|
143
143
|
execjs (2.8.1)
|
144
|
-
factory_bot (6.2.
|
144
|
+
factory_bot (6.2.1)
|
145
145
|
activesupport (>= 5.0.0)
|
146
146
|
factory_bot_rails (6.2.0)
|
147
147
|
factory_bot (~> 6.2.0)
|
@@ -164,7 +164,7 @@ GEM
|
|
164
164
|
httparty (0.20.0)
|
165
165
|
mime-types (~> 3.0)
|
166
166
|
multi_xml (>= 0.5.2)
|
167
|
-
i18n (1.
|
167
|
+
i18n (1.12.0)
|
168
168
|
concurrent-ruby (~> 1.0)
|
169
169
|
image_processing (1.12.2)
|
170
170
|
mini_magick (>= 4.9.5, < 5)
|
@@ -178,14 +178,15 @@ GEM
|
|
178
178
|
launchy (2.5.0)
|
179
179
|
addressable (~> 2.7)
|
180
180
|
libv8-node (16.10.0.0-x86_64-darwin)
|
181
|
-
|
181
|
+
libv8-node (16.10.0.0-x86_64-linux)
|
182
|
+
loofah (2.19.0)
|
182
183
|
crass (~> 1.0.2)
|
183
184
|
nokogiri (>= 1.5.9)
|
184
185
|
mail (2.7.1)
|
185
186
|
mini_mime (>= 0.1.1)
|
186
187
|
marcel (1.0.2)
|
187
188
|
method_source (1.0.0)
|
188
|
-
mime-types (3.
|
189
|
+
mime-types (3.4.1)
|
189
190
|
mime-types-data (~> 3.2015)
|
190
191
|
mime-types-data (3.2021.0225)
|
191
192
|
mini_magick (4.11.0)
|
@@ -214,7 +215,7 @@ GEM
|
|
214
215
|
pry (~> 0.13.0)
|
215
216
|
psych (4.0.4)
|
216
217
|
stringio
|
217
|
-
public_suffix (4.0.
|
218
|
+
public_suffix (4.0.7)
|
218
219
|
racc (1.6.0)
|
219
220
|
rack (2.2.4)
|
220
221
|
rack-cache (1.13.0)
|
@@ -222,20 +223,20 @@ GEM
|
|
222
223
|
rack-test (2.0.2)
|
223
224
|
rack (>= 1.3)
|
224
225
|
radius (0.7.5)
|
225
|
-
rails (6.1.
|
226
|
-
actioncable (= 6.1.
|
227
|
-
actionmailbox (= 6.1.
|
228
|
-
actionmailer (= 6.1.
|
229
|
-
actionpack (= 6.1.
|
230
|
-
actiontext (= 6.1.
|
231
|
-
actionview (= 6.1.
|
232
|
-
activejob (= 6.1.
|
233
|
-
activemodel (= 6.1.
|
234
|
-
activerecord (= 6.1.
|
235
|
-
activestorage (= 6.1.
|
236
|
-
activesupport (= 6.1.
|
226
|
+
rails (6.1.7)
|
227
|
+
actioncable (= 6.1.7)
|
228
|
+
actionmailbox (= 6.1.7)
|
229
|
+
actionmailer (= 6.1.7)
|
230
|
+
actionpack (= 6.1.7)
|
231
|
+
actiontext (= 6.1.7)
|
232
|
+
actionview (= 6.1.7)
|
233
|
+
activejob (= 6.1.7)
|
234
|
+
activemodel (= 6.1.7)
|
235
|
+
activerecord (= 6.1.7)
|
236
|
+
activestorage (= 6.1.7)
|
237
|
+
activesupport (= 6.1.7)
|
237
238
|
bundler (>= 1.15.0)
|
238
|
-
railties (= 6.1.
|
239
|
+
railties (= 6.1.7)
|
239
240
|
sprockets-rails (>= 2.0.0)
|
240
241
|
rails-dom-testing (2.0.3)
|
241
242
|
activesupport (>= 4.2.0)
|
@@ -244,9 +245,9 @@ GEM
|
|
244
245
|
loofah (~> 2.3)
|
245
246
|
rails-observers (0.1.5)
|
246
247
|
activemodel (>= 4.0)
|
247
|
-
railties (6.1.
|
248
|
-
actionpack (= 6.1.
|
249
|
-
activesupport (= 6.1.
|
248
|
+
railties (6.1.7)
|
249
|
+
actionpack (= 6.1.7)
|
250
|
+
activesupport (= 6.1.7)
|
250
251
|
method_source
|
251
252
|
rake (>= 12.2)
|
252
253
|
thor (~> 1.0)
|
@@ -263,23 +264,23 @@ GEM
|
|
263
264
|
roadie-rails (3.0.0)
|
264
265
|
railties (>= 5.1, < 7.1)
|
265
266
|
roadie (~> 5.0)
|
266
|
-
rspec-core (3.
|
267
|
-
rspec-support (~> 3.
|
268
|
-
rspec-expectations (3.
|
267
|
+
rspec-core (3.12.0)
|
268
|
+
rspec-support (~> 3.12.0)
|
269
|
+
rspec-expectations (3.12.0)
|
269
270
|
diff-lcs (>= 1.2.0, < 2.0)
|
270
|
-
rspec-support (~> 3.
|
271
|
-
rspec-mocks (3.
|
271
|
+
rspec-support (~> 3.12.0)
|
272
|
+
rspec-mocks (3.12.0)
|
272
273
|
diff-lcs (>= 1.2.0, < 2.0)
|
273
|
-
rspec-support (~> 3.
|
274
|
-
rspec-rails (
|
275
|
-
actionpack (>=
|
276
|
-
activesupport (>=
|
277
|
-
railties (>=
|
278
|
-
rspec-core (~> 3.
|
279
|
-
rspec-expectations (~> 3.
|
280
|
-
rspec-mocks (~> 3.
|
281
|
-
rspec-support (~> 3.
|
282
|
-
rspec-support (3.
|
274
|
+
rspec-support (~> 3.12.0)
|
275
|
+
rspec-rails (6.0.1)
|
276
|
+
actionpack (>= 6.1)
|
277
|
+
activesupport (>= 6.1)
|
278
|
+
railties (>= 6.1)
|
279
|
+
rspec-core (~> 3.11)
|
280
|
+
rspec-expectations (~> 3.11)
|
281
|
+
rspec-mocks (~> 3.11)
|
282
|
+
rspec-support (~> 3.11)
|
283
|
+
rspec-support (3.12.0)
|
283
284
|
ruby-vips (2.1.4)
|
284
285
|
ffi (~> 1.12)
|
285
286
|
sass-rails (6.0.0)
|
@@ -307,7 +308,7 @@ GEM
|
|
307
308
|
sprockets (>= 3.0.0)
|
308
309
|
stringex (2.8.5)
|
309
310
|
stringio (3.0.2)
|
310
|
-
temple (0.
|
311
|
+
temple (0.9.1)
|
311
312
|
terrapin (0.6.0)
|
312
313
|
climate_control (>= 0.0.3, < 1.0)
|
313
314
|
thor (1.2.1)
|
@@ -327,7 +328,7 @@ GEM
|
|
327
328
|
will_paginate (3.3.1)
|
328
329
|
xpath (3.2.0)
|
329
330
|
nokogiri (~> 1.8)
|
330
|
-
zeitwerk (2.6.
|
331
|
+
zeitwerk (2.6.3)
|
331
332
|
|
332
333
|
PLATFORMS
|
333
334
|
x86_64-darwin-18
|
@@ -12,7 +12,7 @@
|
|
12
12
|
//
|
13
13
|
//= require jquery/dist/jquery.js
|
14
14
|
//= require jquery-ujs/src/rails.js
|
15
|
-
//= require jquery-ui
|
15
|
+
//= require jquery-ui/dist/jquery-ui
|
16
16
|
//= require js-cookie/dist/js.cookie
|
17
17
|
//= require 'jquery-validation/dist/jquery.validate.min'
|
18
18
|
//= require jquery-treetable/jquery.treetable.js
|
data/lib/trusty_cms.rb
CHANGED
data/package.json
CHANGED
data/spec/dummy/package.json
CHANGED
data/spec/dummy/yarn.lock
CHANGED
@@ -9,9 +9,12 @@ jquery-treetable@^3.2.0-1:
|
|
9
9
|
dependencies:
|
10
10
|
jquery ">=1.6"
|
11
11
|
|
12
|
-
jquery-ui
|
13
|
-
version "1.
|
14
|
-
resolved "https://registry.yarnpkg.com/jquery-ui
|
12
|
+
jquery-ui@^1.12.1:
|
13
|
+
version "1.13.2"
|
14
|
+
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.2.tgz#de03580ae6604773602f8d786ad1abfb75232034"
|
15
|
+
integrity sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==
|
16
|
+
dependencies:
|
17
|
+
jquery ">=1.8.0 <4.0.0"
|
15
18
|
|
16
19
|
jquery-ujs@^1.2.2:
|
17
20
|
version "1.2.2"
|
@@ -27,3 +30,8 @@ jquery@>=1.6:
|
|
27
30
|
jquery@>=1.8.0, jquery@^3.5.0:
|
28
31
|
version "3.5.0"
|
29
32
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
|
33
|
+
|
34
|
+
"jquery@>=1.8.0 <4.0.0":
|
35
|
+
version "3.6.1"
|
36
|
+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
|
37
|
+
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==
|
data/spec/spec_helper.rb
CHANGED
data/yarn.lock
CHANGED
@@ -962,10 +962,12 @@ jquery-treetable@^3.2.0-1:
|
|
962
962
|
dependencies:
|
963
963
|
jquery ">=1.6"
|
964
964
|
|
965
|
-
jquery-ui
|
966
|
-
version "1.
|
967
|
-
resolved "https://registry.yarnpkg.com/jquery-ui
|
968
|
-
integrity
|
965
|
+
jquery-ui@^1.13.2:
|
966
|
+
version "1.13.2"
|
967
|
+
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.13.2.tgz#de03580ae6604773602f8d786ad1abfb75232034"
|
968
|
+
integrity sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==
|
969
|
+
dependencies:
|
970
|
+
jquery ">=1.8.0 <4.0.0"
|
969
971
|
|
970
972
|
jquery-ujs@^1.2.2:
|
971
973
|
version "1.2.2"
|
@@ -989,6 +991,11 @@ jquery@>=1.8.0, jquery@^3.5.0:
|
|
989
991
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
|
990
992
|
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
|
991
993
|
|
994
|
+
"jquery@>=1.8.0 <4.0.0":
|
995
|
+
version "3.6.1"
|
996
|
+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
|
997
|
+
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==
|
998
|
+
|
992
999
|
js-cookie@^3.0.1:
|
993
1000
|
version "3.0.1"
|
994
1001
|
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.1.tgz#9e39b4c6c2f56563708d7d31f6f5f21873a92414"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: '5.5'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TrustyCms CMS dev team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activestorage-validator
|
@@ -1164,52 +1164,52 @@ signing_key:
|
|
1164
1164
|
specification_version: 4
|
1165
1165
|
summary: A no-fluff content management system designed for small teams.
|
1166
1166
|
test_files:
|
1167
|
-
- spec/
|
1168
|
-
- spec/
|
1169
|
-
- spec/
|
1170
|
-
- spec/
|
1171
|
-
- spec/
|
1172
|
-
- spec/
|
1173
|
-
- spec/
|
1174
|
-
- spec/
|
1175
|
-
- spec/
|
1176
|
-
- spec/
|
1177
|
-
- spec/dummy/config.ru
|
1178
|
-
- spec/dummy/public/500.html
|
1179
|
-
- spec/dummy/public/404.html
|
1180
|
-
- spec/dummy/public/favicon.ico
|
1181
|
-
- spec/dummy/public/422.html
|
1182
|
-
- spec/dummy/config/database.yml
|
1167
|
+
- spec/spec_helper.rb
|
1168
|
+
- spec/fixtures/users.yml
|
1169
|
+
- spec/models/layout_spec.rb
|
1170
|
+
- spec/rails_helper.rb
|
1171
|
+
- spec/support/custom_actions.rb
|
1172
|
+
- spec/features/pages_spec.rb
|
1173
|
+
- spec/features/config_spec.rb
|
1174
|
+
- spec/features/layouts_spec.rb
|
1175
|
+
- spec/controllers/application_controller_spec.rb
|
1176
|
+
- spec/controllers/users_controller_spec.rb
|
1183
1177
|
- spec/dummy/config/environments/test.rb
|
1184
|
-
- spec/dummy/config/environments/production.rb
|
1185
1178
|
- spec/dummy/config/environments/development.rb
|
1186
|
-
- spec/dummy/config/
|
1187
|
-
- spec/dummy/config/
|
1179
|
+
- spec/dummy/config/environments/production.rb
|
1180
|
+
- spec/dummy/config/environment.rb
|
1181
|
+
- spec/dummy/config/locales/en.yml
|
1182
|
+
- spec/dummy/config/routes.rb
|
1183
|
+
- spec/dummy/config/database.yml
|
1188
1184
|
- spec/dummy/config/initializers/cookies_serializer.rb
|
1185
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
1189
1186
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
1190
1187
|
- spec/dummy/config/initializers/trusty_cms_config.rb
|
1191
1188
|
- spec/dummy/config/initializers/inflections.rb
|
1189
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
1192
1190
|
- spec/dummy/config/initializers/mime_types.rb
|
1193
1191
|
- spec/dummy/config/initializers/assets.rb
|
1194
1192
|
- spec/dummy/config/initializers/session_store.rb
|
1195
|
-
- spec/dummy/config/boot.rb
|
1196
|
-
- spec/dummy/config/secrets.yml
|
1197
|
-
- spec/dummy/config/routes.rb
|
1198
|
-
- spec/dummy/config/environment.rb
|
1199
1193
|
- spec/dummy/config/application.rb
|
1200
|
-
- spec/dummy/config/
|
1201
|
-
- spec/dummy/
|
1194
|
+
- spec/dummy/config/secrets.yml
|
1195
|
+
- spec/dummy/config/boot.rb
|
1196
|
+
- spec/dummy/package.json
|
1197
|
+
- spec/dummy/app/assets/config/manifest.js
|
1202
1198
|
- spec/dummy/db/schema.rb
|
1203
1199
|
- spec/dummy/Rakefile
|
1204
|
-
- spec/dummy/
|
1205
|
-
- spec/
|
1206
|
-
- spec/
|
1207
|
-
- spec/
|
1208
|
-
- spec/
|
1200
|
+
- spec/dummy/config.ru
|
1201
|
+
- spec/dummy/README.rdoc
|
1202
|
+
- spec/dummy/public/favicon.ico
|
1203
|
+
- spec/dummy/public/404.html
|
1204
|
+
- spec/dummy/public/500.html
|
1205
|
+
- spec/dummy/public/422.html
|
1206
|
+
- spec/dummy/bin/bundle
|
1207
|
+
- spec/dummy/bin/rails
|
1208
|
+
- spec/dummy/bin/setup
|
1209
|
+
- spec/dummy/bin/rake
|
1210
|
+
- spec/dummy/yarn.lock
|
1209
1211
|
- spec/ci/database.mysql.yml
|
1210
|
-
- spec/
|
1211
|
-
- spec/
|
1212
|
-
- spec/
|
1213
|
-
- spec/
|
1214
|
-
- spec/spec_helper.rb
|
1215
|
-
- spec/rails_helper.rb
|
1212
|
+
- spec/factories/page_part.rb
|
1213
|
+
- spec/factories/layout.rb
|
1214
|
+
- spec/factories/page.rb
|
1215
|
+
- spec/factories/user.rb
|