jinda 0.7.7.3 → 0.8.0
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/README.md +40 -37
- data/app/assets/config/manifest.js +4 -1
- data/lib/generators/jinda/config_generator.rb +1 -1
- data/lib/generators/jinda/install_generator.rb +3 -4
- data/lib/generators/jinda/templates/app/assets/config/manifest.js +4 -0
- data/lib/generators/jinda/templates/config/mongoid.yml +3 -3
- data/lib/generators/jinda/templates/config/mongoid.yml-docker +3 -3
- data/lib/generators/jinda/templates/config/mongoid.yml-localhost +3 -3
- data/lib/generators/jinda/templates/spec/features/userlogins_spec.rb +1 -1
- data/lib/jinda/version.rb +1 -1
- data/test/dummy/Gemfile +6 -5
- data/test/dummy/Gemfile.lock +196 -181
- data/test/dummy/app/assets/config/manifest.js +4 -0
- data/test/dummy/config/credentials.yml.enc +1 -1
- data/test/dummy/config/environments/test.rb +1 -1
- data/test/dummy/config/initializers/content_security_policy.rb +5 -4
- data/test/dummy/config/initializers/filter_parameter_logging.rb +1 -3
- data/test/dummy/config/mongoid.yml-docker +3 -3
- data/test/dummy/config/mongoid.yml-localhost +3 -3
- data/test/dummy/docker-compose.yml +0 -2
- data/test/dummy/log/development.log +2 -699
- data/test/dummy/spec/features/userlogins_spec.rb +1 -1
- data/test/dummy/tmp/development_secret.txt +1 -1
- data/test/integration/config_generator_test.rb +28 -0
- metadata +3 -3
- data/test/Gemfile +0 -2
data/test/dummy/Gemfile.lock
CHANGED
@@ -6,137 +6,138 @@ PATH
|
|
6
6
|
PATH
|
7
7
|
remote: ../..
|
8
8
|
specs:
|
9
|
-
jinda (0.7.7.
|
9
|
+
jinda (0.7.7.2)
|
10
10
|
rexml (~> 3.2)
|
11
11
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
actioncable (7.0.
|
16
|
-
actionpack (= 7.0.
|
17
|
-
activesupport (= 7.0.
|
15
|
+
actioncable (7.0.8.1)
|
16
|
+
actionpack (= 7.0.8.1)
|
17
|
+
activesupport (= 7.0.8.1)
|
18
18
|
nio4r (~> 2.0)
|
19
19
|
websocket-driver (>= 0.6.1)
|
20
|
-
actionmailbox (7.0.
|
21
|
-
actionpack (= 7.0.
|
22
|
-
activejob (= 7.0.
|
23
|
-
activerecord (= 7.0.
|
24
|
-
activestorage (= 7.0.
|
25
|
-
activesupport (= 7.0.
|
20
|
+
actionmailbox (7.0.8.1)
|
21
|
+
actionpack (= 7.0.8.1)
|
22
|
+
activejob (= 7.0.8.1)
|
23
|
+
activerecord (= 7.0.8.1)
|
24
|
+
activestorage (= 7.0.8.1)
|
25
|
+
activesupport (= 7.0.8.1)
|
26
26
|
mail (>= 2.7.1)
|
27
27
|
net-imap
|
28
28
|
net-pop
|
29
29
|
net-smtp
|
30
|
-
actionmailer (7.0.
|
31
|
-
actionpack (= 7.0.
|
32
|
-
actionview (= 7.0.
|
33
|
-
activejob (= 7.0.
|
34
|
-
activesupport (= 7.0.
|
30
|
+
actionmailer (7.0.8.1)
|
31
|
+
actionpack (= 7.0.8.1)
|
32
|
+
actionview (= 7.0.8.1)
|
33
|
+
activejob (= 7.0.8.1)
|
34
|
+
activesupport (= 7.0.8.1)
|
35
35
|
mail (~> 2.5, >= 2.5.4)
|
36
36
|
net-imap
|
37
37
|
net-pop
|
38
38
|
net-smtp
|
39
39
|
rails-dom-testing (~> 2.0)
|
40
|
-
actionpack (7.0.
|
41
|
-
actionview (= 7.0.
|
42
|
-
activesupport (= 7.0.
|
43
|
-
rack (~> 2.0, >= 2.2.
|
40
|
+
actionpack (7.0.8.1)
|
41
|
+
actionview (= 7.0.8.1)
|
42
|
+
activesupport (= 7.0.8.1)
|
43
|
+
rack (~> 2.0, >= 2.2.4)
|
44
44
|
rack-test (>= 0.6.3)
|
45
45
|
rails-dom-testing (~> 2.0)
|
46
46
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
47
|
-
actiontext (7.0.
|
48
|
-
actionpack (= 7.0.
|
49
|
-
activerecord (= 7.0.
|
50
|
-
activestorage (= 7.0.
|
51
|
-
activesupport (= 7.0.
|
47
|
+
actiontext (7.0.8.1)
|
48
|
+
actionpack (= 7.0.8.1)
|
49
|
+
activerecord (= 7.0.8.1)
|
50
|
+
activestorage (= 7.0.8.1)
|
51
|
+
activesupport (= 7.0.8.1)
|
52
52
|
globalid (>= 0.6.0)
|
53
53
|
nokogiri (>= 1.8.5)
|
54
|
-
actionview (7.0.
|
55
|
-
activesupport (= 7.0.
|
54
|
+
actionview (7.0.8.1)
|
55
|
+
activesupport (= 7.0.8.1)
|
56
56
|
builder (~> 3.1)
|
57
57
|
erubi (~> 1.4)
|
58
58
|
rails-dom-testing (~> 2.0)
|
59
59
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
60
|
-
activejob (7.0.
|
61
|
-
activesupport (= 7.0.
|
60
|
+
activejob (7.0.8.1)
|
61
|
+
activesupport (= 7.0.8.1)
|
62
62
|
globalid (>= 0.3.6)
|
63
|
-
activemodel (7.0.
|
64
|
-
activesupport (= 7.0.
|
65
|
-
activerecord (7.0.
|
66
|
-
activemodel (= 7.0.
|
67
|
-
activesupport (= 7.0.
|
68
|
-
activestorage (7.0.
|
69
|
-
actionpack (= 7.0.
|
70
|
-
activejob (= 7.0.
|
71
|
-
activerecord (= 7.0.
|
72
|
-
activesupport (= 7.0.
|
63
|
+
activemodel (7.0.8.1)
|
64
|
+
activesupport (= 7.0.8.1)
|
65
|
+
activerecord (7.0.8.1)
|
66
|
+
activemodel (= 7.0.8.1)
|
67
|
+
activesupport (= 7.0.8.1)
|
68
|
+
activestorage (7.0.8.1)
|
69
|
+
actionpack (= 7.0.8.1)
|
70
|
+
activejob (= 7.0.8.1)
|
71
|
+
activerecord (= 7.0.8.1)
|
72
|
+
activesupport (= 7.0.8.1)
|
73
73
|
marcel (~> 1.0)
|
74
74
|
mini_mime (>= 1.1.0)
|
75
|
-
activesupport (7.0.
|
75
|
+
activesupport (7.0.8.1)
|
76
76
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
77
77
|
i18n (>= 1.6, < 2)
|
78
78
|
minitest (>= 5.1)
|
79
79
|
tzinfo (~> 2.0)
|
80
|
-
addressable (2.8.
|
80
|
+
addressable (2.8.6)
|
81
81
|
public_suffix (>= 2.0.2, < 6.0)
|
82
82
|
aws_cf_signer (0.1.3)
|
83
|
-
|
83
|
+
base64 (0.2.0)
|
84
|
+
bcrypt (3.1.20)
|
84
85
|
bcrypt-ruby (3.1.5)
|
85
86
|
bcrypt (>= 3.1.3)
|
86
|
-
better_errors (2.
|
87
|
-
coderay (>= 1.0.0)
|
87
|
+
better_errors (2.10.1)
|
88
88
|
erubi (>= 1.0.0)
|
89
89
|
rack (>= 0.9.0)
|
90
|
+
rouge (>= 1.0.0)
|
91
|
+
bigdecimal (3.1.6)
|
90
92
|
bindex (0.8.1)
|
91
|
-
binding_of_caller (1.0.
|
92
|
-
debug_inspector (>=
|
93
|
-
bootsnap (1.
|
93
|
+
binding_of_caller (1.0.1)
|
94
|
+
debug_inspector (>= 1.2.0)
|
95
|
+
bootsnap (1.18.3)
|
94
96
|
msgpack (~> 1.2)
|
95
|
-
bson (4.
|
97
|
+
bson (4.15.0)
|
96
98
|
builder (3.2.4)
|
97
99
|
byebug (11.1.3)
|
98
|
-
capybara (3.
|
100
|
+
capybara (3.40.0)
|
99
101
|
addressable
|
100
102
|
matrix
|
101
103
|
mini_mime (>= 0.1.3)
|
102
|
-
nokogiri (~> 1.
|
104
|
+
nokogiri (~> 1.11)
|
103
105
|
rack (>= 1.6.0)
|
104
106
|
rack-test (>= 0.6.3)
|
105
107
|
regexp_parser (>= 1.5, < 3.0)
|
106
108
|
xpath (~> 3.2)
|
107
|
-
|
108
|
-
climate_control (0.2.0)
|
109
|
+
climate_control (1.2.0)
|
109
110
|
cloudinary (1.13.2)
|
110
111
|
aws_cf_signer
|
111
112
|
rest-client
|
112
113
|
coderay (1.1.3)
|
113
|
-
concurrent-ruby (1.
|
114
|
+
concurrent-ruby (1.2.3)
|
114
115
|
crass (1.0.6)
|
115
116
|
database_cleaner-core (2.0.1)
|
116
117
|
database_cleaner-mongoid (2.0.1)
|
117
118
|
database_cleaner-core (~> 2.0.0)
|
118
119
|
mongoid
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
dotenv (
|
127
|
-
dotenv-rails (
|
128
|
-
dotenv (=
|
129
|
-
railties (>=
|
130
|
-
erubi (1.
|
120
|
+
date (3.3.4)
|
121
|
+
debug (1.9.1)
|
122
|
+
irb (~> 1.10)
|
123
|
+
reline (>= 0.3.8)
|
124
|
+
debug_inspector (1.2.0)
|
125
|
+
diff-lcs (1.5.1)
|
126
|
+
domain_name (0.6.20240107)
|
127
|
+
dotenv (3.1.0)
|
128
|
+
dotenv-rails (3.1.0)
|
129
|
+
dotenv (= 3.1.0)
|
130
|
+
railties (>= 6.1)
|
131
|
+
erubi (1.12.0)
|
131
132
|
erubis (2.7.0)
|
132
|
-
factory_bot (6.
|
133
|
+
factory_bot (6.4.6)
|
133
134
|
activesupport (>= 5.0.0)
|
134
|
-
factory_bot_rails (6.
|
135
|
-
factory_bot (~> 6.
|
135
|
+
factory_bot_rails (6.4.3)
|
136
|
+
factory_bot (~> 6.4)
|
136
137
|
railties (>= 5.0.0)
|
137
|
-
faker (3.
|
138
|
+
faker (3.2.3)
|
138
139
|
i18n (>= 1.8.11, < 2)
|
139
|
-
faraday (1.10.
|
140
|
+
faraday (1.10.3)
|
140
141
|
faraday-em_http (~> 1.0)
|
141
142
|
faraday-em_synchrony (~> 1.0)
|
142
143
|
faraday-excon (~> 1.1)
|
@@ -159,15 +160,15 @@ GEM
|
|
159
160
|
faraday-patron (1.0.0)
|
160
161
|
faraday-rack (1.0.0)
|
161
162
|
faraday-retry (1.0.3)
|
162
|
-
ffi (1.
|
163
|
+
ffi (1.16.3)
|
163
164
|
font-awesome-rails (4.7.0.8)
|
164
165
|
railties (>= 3.2, < 8.0)
|
165
166
|
font-awesome-sass (5.12.0)
|
166
167
|
sassc (>= 1.11)
|
167
168
|
formatador (1.1.0)
|
168
|
-
globalid (1.
|
169
|
-
activesupport (>=
|
170
|
-
guard (2.18.
|
169
|
+
globalid (1.2.1)
|
170
|
+
activesupport (>= 6.1)
|
171
|
+
guard (2.18.1)
|
171
172
|
formatador (>= 0.2.4)
|
172
173
|
listen (>= 2.7, < 4.0)
|
173
174
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -202,11 +203,12 @@ GEM
|
|
202
203
|
http-accept (1.7.0)
|
203
204
|
http-cookie (1.0.5)
|
204
205
|
domain_name (~> 0.5)
|
205
|
-
i18n (1.
|
206
|
+
i18n (1.14.4)
|
206
207
|
concurrent-ruby (~> 1.0)
|
207
|
-
io-console (0.
|
208
|
-
irb (1.
|
209
|
-
|
208
|
+
io-console (0.7.2)
|
209
|
+
irb (1.12.0)
|
210
|
+
rdoc
|
211
|
+
reline (>= 0.4.2)
|
210
212
|
jbuilder (2.11.5)
|
211
213
|
actionview (>= 5.0.0)
|
212
214
|
activesupport (>= 5.0.0)
|
@@ -217,7 +219,8 @@ GEM
|
|
217
219
|
jquery-turbolinks (2.1.0)
|
218
220
|
railties (>= 3.1.0)
|
219
221
|
turbolinks
|
220
|
-
jwt (2.
|
222
|
+
jwt (2.8.1)
|
223
|
+
base64
|
221
224
|
kaminari (1.2.0)
|
222
225
|
activesupport (>= 4.1.0)
|
223
226
|
kaminari-actionview (= 1.2.0)
|
@@ -233,57 +236,62 @@ GEM
|
|
233
236
|
kaminari-mongoid (1.0.1)
|
234
237
|
kaminari-core (~> 1.0)
|
235
238
|
mongoid
|
236
|
-
kt-paperclip (7.
|
239
|
+
kt-paperclip (7.2.2)
|
237
240
|
activemodel (>= 4.2.0)
|
238
241
|
activesupport (>= 4.2.0)
|
239
242
|
marcel (~> 1.0.1)
|
240
243
|
mime-types
|
241
|
-
terrapin (
|
242
|
-
listen (3.
|
244
|
+
terrapin (>= 0.6.0, < 2.0)
|
245
|
+
listen (3.9.0)
|
243
246
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
244
247
|
rb-inotify (~> 0.9, >= 0.9.10)
|
245
|
-
loofah (2.
|
248
|
+
loofah (2.22.0)
|
246
249
|
crass (~> 1.0.2)
|
247
|
-
nokogiri (>= 1.
|
248
|
-
lumberjack (1.2.
|
249
|
-
mail (2.
|
250
|
+
nokogiri (>= 1.12.0)
|
251
|
+
lumberjack (1.2.10)
|
252
|
+
mail (2.8.1)
|
250
253
|
mini_mime (>= 0.1.1)
|
251
|
-
|
254
|
+
net-imap
|
255
|
+
net-pop
|
256
|
+
net-smtp
|
257
|
+
marcel (1.0.4)
|
252
258
|
maruku (0.7.3)
|
253
259
|
matrix (0.4.2)
|
254
|
-
meta-tags (2.
|
255
|
-
actionpack (>=
|
260
|
+
meta-tags (2.20.0)
|
261
|
+
actionpack (>= 6.0.0, < 7.2)
|
256
262
|
method_source (1.0.0)
|
257
|
-
mime-types (3.
|
263
|
+
mime-types (3.5.2)
|
258
264
|
mime-types-data (~> 3.2015)
|
259
|
-
mime-types-data (3.
|
260
|
-
mini_mime (1.1.
|
261
|
-
minitest (5.
|
262
|
-
mongo (2.
|
263
|
-
bson (>= 4.
|
264
|
-
mongoid (
|
265
|
-
activemodel (>= 5.1, < 7.
|
266
|
-
|
265
|
+
mime-types-data (3.2024.0305)
|
266
|
+
mini_mime (1.1.5)
|
267
|
+
minitest (5.22.2)
|
268
|
+
mongo (2.19.3)
|
269
|
+
bson (>= 4.14.1, < 5.0.0)
|
270
|
+
mongoid (8.1.5)
|
271
|
+
activemodel (>= 5.1, < 7.2, != 7.0.0)
|
272
|
+
concurrent-ruby (>= 1.0.5, < 2.0)
|
273
|
+
mongo (>= 2.18.0, < 3.0.0)
|
267
274
|
ruby2_keywords (~> 0.0.5)
|
268
275
|
mongoid-paperclip (0.1.0)
|
269
276
|
kt-paperclip
|
270
277
|
mongoid
|
271
|
-
msgpack (1.
|
278
|
+
msgpack (1.7.2)
|
272
279
|
multi_json (1.15.0)
|
273
280
|
multi_xml (0.6.0)
|
274
|
-
multipart-post (2.
|
281
|
+
multipart-post (2.4.0)
|
275
282
|
nenv (0.3.0)
|
276
|
-
net-imap (0.
|
283
|
+
net-imap (0.4.10)
|
284
|
+
date
|
277
285
|
net-protocol
|
278
286
|
net-pop (0.1.2)
|
279
287
|
net-protocol
|
280
|
-
net-protocol (0.
|
288
|
+
net-protocol (0.2.2)
|
281
289
|
timeout
|
282
|
-
net-smtp (0.
|
290
|
+
net-smtp (0.4.0.1)
|
283
291
|
net-protocol
|
284
292
|
netrc (0.11.0)
|
285
|
-
nio4r (2.
|
286
|
-
nokogiri (1.
|
293
|
+
nio4r (2.7.0)
|
294
|
+
nokogiri (1.16.2-arm64-darwin)
|
287
295
|
racc (~> 1.4)
|
288
296
|
normalize-rails (8.0.1)
|
289
297
|
notiffany (0.1.3)
|
@@ -310,97 +318,105 @@ GEM
|
|
310
318
|
omniauth-oauth2 (1.6.0)
|
311
319
|
oauth2 (~> 1.1)
|
312
320
|
omniauth (~> 1.9)
|
313
|
-
pdf-core (0.
|
314
|
-
prawn (2.
|
315
|
-
|
316
|
-
|
317
|
-
|
321
|
+
pdf-core (0.10.0)
|
322
|
+
prawn (2.5.0)
|
323
|
+
matrix (~> 0.4)
|
324
|
+
pdf-core (~> 0.10.0)
|
325
|
+
ttfunk (~> 1.8)
|
326
|
+
pry (0.14.2)
|
318
327
|
coderay (~> 1.1)
|
319
328
|
method_source (~> 1.0)
|
320
329
|
pry-byebug (3.10.1)
|
321
330
|
byebug (~> 11.0)
|
322
331
|
pry (>= 0.13, < 0.15)
|
323
|
-
|
324
|
-
|
332
|
+
psych (5.1.2)
|
333
|
+
stringio
|
334
|
+
public_suffix (5.0.4)
|
335
|
+
puma (5.6.8)
|
325
336
|
nio4r (~> 2.0)
|
326
|
-
racc (1.
|
327
|
-
rack (2.2.
|
328
|
-
rack-test (2.0
|
337
|
+
racc (1.7.3)
|
338
|
+
rack (2.2.8.1)
|
339
|
+
rack-test (2.1.0)
|
329
340
|
rack (>= 1.3)
|
330
|
-
rails (7.0.
|
331
|
-
actioncable (= 7.0.
|
332
|
-
actionmailbox (= 7.0.
|
333
|
-
actionmailer (= 7.0.
|
334
|
-
actionpack (= 7.0.
|
335
|
-
actiontext (= 7.0.
|
336
|
-
actionview (= 7.0.
|
337
|
-
activejob (= 7.0.
|
338
|
-
activemodel (= 7.0.
|
339
|
-
activerecord (= 7.0.
|
340
|
-
activestorage (= 7.0.
|
341
|
-
activesupport (= 7.0.
|
341
|
+
rails (7.0.8.1)
|
342
|
+
actioncable (= 7.0.8.1)
|
343
|
+
actionmailbox (= 7.0.8.1)
|
344
|
+
actionmailer (= 7.0.8.1)
|
345
|
+
actionpack (= 7.0.8.1)
|
346
|
+
actiontext (= 7.0.8.1)
|
347
|
+
actionview (= 7.0.8.1)
|
348
|
+
activejob (= 7.0.8.1)
|
349
|
+
activemodel (= 7.0.8.1)
|
350
|
+
activerecord (= 7.0.8.1)
|
351
|
+
activestorage (= 7.0.8.1)
|
352
|
+
activesupport (= 7.0.8.1)
|
342
353
|
bundler (>= 1.15.0)
|
343
|
-
railties (= 7.0.
|
344
|
-
rails-dom-testing (2.0
|
345
|
-
activesupport (>=
|
354
|
+
railties (= 7.0.8.1)
|
355
|
+
rails-dom-testing (2.2.0)
|
356
|
+
activesupport (>= 5.0.0)
|
357
|
+
minitest
|
346
358
|
nokogiri (>= 1.6)
|
347
|
-
rails-html-sanitizer (1.
|
348
|
-
loofah (~> 2.
|
349
|
-
|
350
|
-
|
351
|
-
|
359
|
+
rails-html-sanitizer (1.6.0)
|
360
|
+
loofah (~> 2.21)
|
361
|
+
nokogiri (~> 1.14)
|
362
|
+
railties (7.0.8.1)
|
363
|
+
actionpack (= 7.0.8.1)
|
364
|
+
activesupport (= 7.0.8.1)
|
352
365
|
method_source
|
353
366
|
rake (>= 12.2)
|
354
367
|
thor (~> 1.0)
|
355
368
|
zeitwerk (~> 2.5)
|
356
|
-
rake (13.0
|
369
|
+
rake (13.1.0)
|
357
370
|
rb-fsevent (0.11.2)
|
358
371
|
rb-inotify (0.10.1)
|
359
372
|
ffi (~> 1.0)
|
360
|
-
|
361
|
-
|
362
|
-
|
373
|
+
rdoc (6.6.2)
|
374
|
+
psych (>= 4.0.0)
|
375
|
+
redcarpet (3.6.0)
|
376
|
+
regexp_parser (2.9.0)
|
377
|
+
reline (0.4.3)
|
363
378
|
io-console (~> 0.5)
|
364
379
|
rest-client (2.1.0)
|
365
380
|
http-accept (>= 1.7.0, < 2.0)
|
366
381
|
http-cookie (>= 1.0.2, < 2.0)
|
367
382
|
mime-types (>= 1.16, < 4.0)
|
368
383
|
netrc (~> 0.8)
|
369
|
-
rexml (3.2.
|
370
|
-
rouge (4.
|
371
|
-
rspec (3.
|
372
|
-
rspec-core (~> 3.
|
373
|
-
rspec-expectations (~> 3.
|
374
|
-
rspec-mocks (~> 3.
|
375
|
-
rspec-core (3.
|
376
|
-
rspec-support (~> 3.
|
377
|
-
rspec-expectations (3.
|
384
|
+
rexml (3.2.6)
|
385
|
+
rouge (4.2.0)
|
386
|
+
rspec (3.13.0)
|
387
|
+
rspec-core (~> 3.13.0)
|
388
|
+
rspec-expectations (~> 3.13.0)
|
389
|
+
rspec-mocks (~> 3.13.0)
|
390
|
+
rspec-core (3.13.0)
|
391
|
+
rspec-support (~> 3.13.0)
|
392
|
+
rspec-expectations (3.13.0)
|
378
393
|
diff-lcs (>= 1.2.0, < 2.0)
|
379
|
-
rspec-support (~> 3.
|
380
|
-
rspec-mocks (3.
|
394
|
+
rspec-support (~> 3.13.0)
|
395
|
+
rspec-mocks (3.13.0)
|
381
396
|
diff-lcs (>= 1.2.0, < 2.0)
|
382
|
-
rspec-support (~> 3.
|
383
|
-
rspec-rails (6.
|
397
|
+
rspec-support (~> 3.13.0)
|
398
|
+
rspec-rails (6.1.1)
|
384
399
|
actionpack (>= 6.1)
|
385
400
|
activesupport (>= 6.1)
|
386
401
|
railties (>= 6.1)
|
387
|
-
rspec-core (~> 3.
|
388
|
-
rspec-expectations (~> 3.
|
389
|
-
rspec-mocks (~> 3.
|
390
|
-
rspec-support (~> 3.
|
391
|
-
rspec-support (3.
|
402
|
+
rspec-core (~> 3.12)
|
403
|
+
rspec-expectations (~> 3.12)
|
404
|
+
rspec-mocks (~> 3.12)
|
405
|
+
rspec-support (~> 3.12)
|
406
|
+
rspec-support (3.13.1)
|
392
407
|
ruby2_keywords (0.0.5)
|
393
|
-
ruby_parser (3.
|
408
|
+
ruby_parser (3.21.0)
|
409
|
+
racc (~> 1.5)
|
394
410
|
sexp_processor (~> 4.16)
|
395
411
|
rubyzip (2.3.2)
|
396
412
|
sassc (2.4.0)
|
397
413
|
ffi (~> 1.9)
|
398
|
-
selenium-webdriver (4.
|
399
|
-
|
414
|
+
selenium-webdriver (4.18.1)
|
415
|
+
base64 (~> 0.2)
|
400
416
|
rexml (~> 3.2, >= 3.2.5)
|
401
417
|
rubyzip (>= 1.2.2, < 3.0)
|
402
418
|
websocket (~> 1.0)
|
403
|
-
sexp_processor (4.
|
419
|
+
sexp_processor (4.17.1)
|
404
420
|
shellany (0.0.1)
|
405
421
|
shoulda (4.0.0)
|
406
422
|
shoulda-context (~> 2.0)
|
@@ -408,20 +424,22 @@ GEM
|
|
408
424
|
shoulda-context (2.0.0)
|
409
425
|
shoulda-matchers (4.5.1)
|
410
426
|
activesupport (>= 4.2.0)
|
411
|
-
sprockets (4.
|
427
|
+
sprockets (4.2.1)
|
412
428
|
concurrent-ruby (~> 1.0)
|
413
|
-
rack (
|
429
|
+
rack (>= 2.2.4, < 4)
|
414
430
|
sprockets-rails (3.4.2)
|
415
431
|
actionpack (>= 5.2)
|
416
432
|
activesupport (>= 5.2)
|
417
433
|
sprockets (>= 3.0.0)
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
434
|
+
stringio (3.1.0)
|
435
|
+
temple (0.10.3)
|
436
|
+
terrapin (1.0.1)
|
437
|
+
climate_control
|
438
|
+
thor (1.3.1)
|
439
|
+
tilt (2.3.0)
|
440
|
+
timeout (0.4.1)
|
441
|
+
ttfunk (1.8.0)
|
442
|
+
bigdecimal (~> 3.1)
|
425
443
|
turbolinks (5.2.1)
|
426
444
|
turbolinks-source (~> 5.2)
|
427
445
|
turbolinks-source (5.2.0)
|
@@ -430,24 +448,21 @@ GEM
|
|
430
448
|
activesupport (>= 5.2.0)
|
431
449
|
railties (>= 5.2.0)
|
432
450
|
turbolinks-source (~> 5.1)
|
433
|
-
tzinfo (2.0.
|
451
|
+
tzinfo (2.0.6)
|
434
452
|
concurrent-ruby (~> 1.0)
|
435
|
-
unf (0.1.4)
|
436
|
-
unf_ext
|
437
|
-
unf_ext (0.0.8.2)
|
438
453
|
valid_attribute (2.0.0)
|
439
|
-
web-console (4.2.
|
454
|
+
web-console (4.2.1)
|
440
455
|
actionview (>= 6.0.0)
|
441
456
|
activemodel (>= 6.0.0)
|
442
457
|
bindex (>= 0.4.0)
|
443
458
|
railties (>= 6.0.0)
|
444
|
-
websocket (1.2.
|
445
|
-
websocket-driver (0.7.
|
459
|
+
websocket (1.2.10)
|
460
|
+
websocket-driver (0.7.6)
|
446
461
|
websocket-extensions (>= 0.1.0)
|
447
462
|
websocket-extensions (0.1.5)
|
448
463
|
xpath (3.2.0)
|
449
464
|
nokogiri (~> 1.8)
|
450
|
-
zeitwerk (2.6.
|
465
|
+
zeitwerk (2.6.13)
|
451
466
|
|
452
467
|
PLATFORMS
|
453
468
|
arm64-darwin-22
|
@@ -457,7 +472,7 @@ DEPENDENCIES
|
|
457
472
|
better_errors
|
458
473
|
binding_of_caller
|
459
474
|
bootsnap
|
460
|
-
bson (= 4.
|
475
|
+
bson (= 4.15)
|
461
476
|
capybara
|
462
477
|
cloudinary (= 1.13.2)
|
463
478
|
database_cleaner-mongoid
|
@@ -480,7 +495,7 @@ DEPENDENCIES
|
|
480
495
|
kaminari-mongoid (= 1.0.1)
|
481
496
|
maruku (~> 0.7.3)
|
482
497
|
meta-tags
|
483
|
-
mongo
|
498
|
+
mongo
|
484
499
|
mongoid
|
485
500
|
mongoid-paperclip
|
486
501
|
normalize-rails
|
@@ -493,7 +508,7 @@ DEPENDENCIES
|
|
493
508
|
prawn
|
494
509
|
pry-byebug
|
495
510
|
puma (~> 5.0)
|
496
|
-
rails (~> 7.0.
|
511
|
+
rails (~> 7.0.0)
|
497
512
|
rb-fsevent
|
498
513
|
redcarpet
|
499
514
|
rexml (~> 3.2.4)
|
@@ -512,4 +527,4 @@ RUBY VERSION
|
|
512
527
|
ruby 3.1.2p20
|
513
528
|
|
514
529
|
BUNDLED WITH
|
515
|
-
2.
|
530
|
+
2.4.10
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
sj7MoSJcbkFpkRtkuRwjO4CipqEZhTBFSMBolFw2S1Ipuf3/kMWLg/r0/lwc8LD/dQ6zT2Q8Zy9FYFLN/EOtJFW/+gvGxhWuX9pkHHYROM8Dg26dJldm7mWM7G2/mWhxAgOFSW8NQmgHI2pE3hobB5NLIKtQWb71EcpCmICzfJE+nDCXpEgwRi+ww9PWhYJrgjVWyc3+e51s8pIRD0yzn3riz9KhGA5cuCbP9BwnMrCXXfYcCs4bWQYrcKiMyvKE5ijpPSI1xpoYSOR7agkPEaBpqTSlM/iXXi7+MxICzu6U7SQsnZ8Xcp5zgLuSz8OcX5ldQzIkM8/aXjpbHK8+qRXP1uhUBEW/Sa+weuEahcK3GOEevZC5DsTAvj2XCY9TNvtt3iS3FPjplxlMLewzgLbFWEetSxg9lUCJ--RmfhqxtEZB/MKp8x--QI7+v0CtHUKBE2pA8bYUGw==
|
@@ -8,7 +8,7 @@ require "active_support/core_ext/integer/time"
|
|
8
8
|
Rails.application.configure do
|
9
9
|
# Settings specified here will take precedence over those in config/application.rb.
|
10
10
|
|
11
|
-
# Turn false under Spring and add config.action_view.cache_template_loading = true
|
11
|
+
# Turn false under Spring and add config.action_view.cache_template_loading = true
|
12
12
|
config.cache_classes = true
|
13
13
|
|
14
14
|
# Eager loading loads your whole application. When running a single test locally,
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
|
-
# Define an application-wide content security policy
|
4
|
-
#
|
5
|
-
# https://
|
3
|
+
# Define an application-wide content security policy
|
4
|
+
# For further information see the following documentation
|
5
|
+
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
|
6
6
|
|
7
7
|
# Rails.application.configure do
|
8
8
|
# config.content_security_policy do |policy|
|
@@ -20,6 +20,7 @@
|
|
20
20
|
# config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
|
21
21
|
# config.content_security_policy_nonce_directives = %w(script-src)
|
22
22
|
#
|
23
|
-
# # Report violations
|
23
|
+
# # Report CSP violations to a specified URI. See:
|
24
|
+
# # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
|
24
25
|
# # config.content_security_policy_report_only = true
|
25
26
|
# end
|
@@ -1,8 +1,6 @@
|
|
1
1
|
# Be sure to restart your server when you modify this file.
|
2
2
|
|
3
|
-
# Configure parameters
|
4
|
-
# sensitive information. See the ActiveSupport::ParameterFilter documentation for supported
|
5
|
-
# notations and behaviors.
|
3
|
+
# Configure sensitive parameters which will be filtered from the log file.
|
6
4
|
Rails.application.config.filter_parameters += [
|
7
5
|
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
|
8
6
|
]
|
@@ -4,12 +4,12 @@ development:
|
|
4
4
|
# Defines the default client. (required)
|
5
5
|
default:
|
6
6
|
# Mongoid can connect to a URI accepted by the driver:
|
7
|
-
# uri: mongodb://user:password@mongodb.domain.com:27017/
|
7
|
+
# uri: mongodb://user:password@mongodb.domain.com:27017/jinda_development
|
8
8
|
|
9
9
|
# Otherwise define the parameters separately.
|
10
10
|
# This defines the name of the default database that Mongoid can connect to.
|
11
11
|
# (required).
|
12
|
-
database:
|
12
|
+
database: jinda_development
|
13
13
|
# Provides the hosts the default client can connect to. Must be an array
|
14
14
|
# of host:port pairs. (required)
|
15
15
|
hosts:
|
@@ -173,7 +173,7 @@ production:
|
|
173
173
|
test:
|
174
174
|
clients:
|
175
175
|
default:
|
176
|
-
database:
|
176
|
+
database: jinda_test
|
177
177
|
hosts:
|
178
178
|
- localhost:27017
|
179
179
|
options:
|