administrate-field-nested_has_many 1.3.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.ruby-version +1 -1
- data/Appraisals +6 -6
- data/CHANGELOG.md +31 -0
- data/CODE_OF_CONDUCT.md +6 -0
- data/CONTRIBUTING.md +38 -0
- data/LICENSE.md +21 -0
- data/README.md +40 -1
- data/SECURITY.md +16 -0
- data/administrate-field-nested_has_many.gemspec +2 -3
- data/app/assets/javascripts/administrate-field-nested_has_many/application.js +6 -0
- data/app/views/fields/nested_has_many/_show.html.erb +35 -6
- data/bin/build-changelog +24 -0
- data/bin/setup +13 -0
- data/config/locales/administrate-field-nested_has_many.de.yml +7 -0
- data/config/locales/administrate-field-nested_has_many.fr.yml +7 -0
- data/gemfiles/{administrate_0.13.gemfile → administrate_0.19.gemfile} +1 -1
- data/gemfiles/administrate_0.19.gemfile.lock +260 -0
- data/gemfiles/{administrate_0.10.gemfile → administrate_0.20.gemfile} +1 -1
- data/gemfiles/administrate_0.20.gemfile.lock +260 -0
- data/gemfiles/{administrate_master.gemfile → administrate_main.gemfile} +1 -1
- data/gemfiles/administrate_main.gemfile.lock +266 -0
- data/lib/administrate/field/nested_has_many.rb +35 -15
- data/spec/dummy/Rakefile +1 -1
- data/spec/dummy/app/dashboards/school_dashboard.rb +1 -1
- data/spec/dummy/bin/rails +2 -2
- data/spec/dummy/bin/rake +2 -2
- data/spec/dummy/bin/setup +6 -9
- data/spec/dummy/config/application.rb +12 -9
- data/spec/dummy/config/boot.rb +1 -1
- data/spec/dummy/config/environment.rb +1 -1
- data/spec/dummy/config/environments/development.rb +16 -4
- data/spec/dummy/config/environments/test.rb +19 -6
- data/spec/dummy/config/initializers/backtrace_silencers.rb +4 -3
- data/spec/dummy/config/initializers/content_security_policy.rb +3 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +3 -1
- data/spec/dummy/config/initializers/permissions_policy.rb +11 -0
- data/spec/dummy/config/locales/en.yml +1 -1
- data/spec/dummy/config/puma.rb +13 -4
- data/spec/dummy/config.ru +2 -1
- data/spec/dummy/db/schema.rb +14 -11
- data/spec/features/has_many_spec.rb +10 -0
- metadata +23 -39
- data/app/views/fields/nested_has_many/_show_current.html.erb +0 -44
- data/app/views/fields/nested_has_many/_show_old.html.erb +0 -36
- data/gemfiles/administrate_0.10.gemfile.lock +0 -214
- data/gemfiles/administrate_0.13.gemfile.lock +0 -207
- data/gemfiles/administrate_master.gemfile.lock +0 -219
- data/spec/dummy/app/mailers/application_mailer.rb +0 -4
- data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
- data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
- data/spec/dummy/config/cable.yml +0 -10
- data/spec/dummy/config/storage.yml +0 -34
@@ -1,214 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
administrate-field-nested_has_many (1.2.0)
|
5
|
-
administrate (> 0.8, < 1)
|
6
|
-
cocoon (~> 1.2, >= 1.2.11)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (5.2.1)
|
12
|
-
actionview (= 5.2.1)
|
13
|
-
activesupport (= 5.2.1)
|
14
|
-
rack (~> 2.0)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
18
|
-
actionview (5.2.1)
|
19
|
-
activesupport (= 5.2.1)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
24
|
-
activemodel (5.2.1)
|
25
|
-
activesupport (= 5.2.1)
|
26
|
-
activerecord (5.2.1)
|
27
|
-
activemodel (= 5.2.1)
|
28
|
-
activesupport (= 5.2.1)
|
29
|
-
arel (>= 9.0)
|
30
|
-
activesupport (5.2.1)
|
31
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
|
-
i18n (>= 0.7, < 2)
|
33
|
-
minitest (~> 5.1)
|
34
|
-
tzinfo (~> 1.1)
|
35
|
-
addressable (2.5.2)
|
36
|
-
public_suffix (>= 2.0.2, < 4.0)
|
37
|
-
administrate (0.10.0)
|
38
|
-
actionpack (>= 4.2, < 6.0)
|
39
|
-
actionview (>= 4.2, < 6.0)
|
40
|
-
activerecord (>= 4.2, < 6.0)
|
41
|
-
autoprefixer-rails (>= 6.0)
|
42
|
-
datetime_picker_rails (~> 0.0.7)
|
43
|
-
jquery-rails (>= 4.0)
|
44
|
-
kaminari (>= 1.0)
|
45
|
-
momentjs-rails (~> 2.8)
|
46
|
-
sass-rails (~> 5.0)
|
47
|
-
selectize-rails (~> 0.6)
|
48
|
-
appraisal (2.2.0)
|
49
|
-
bundler
|
50
|
-
rake
|
51
|
-
thor (>= 0.14.0)
|
52
|
-
arel (9.0.0)
|
53
|
-
ast (2.4.0)
|
54
|
-
autoprefixer-rails (9.1.4)
|
55
|
-
execjs
|
56
|
-
builder (3.2.3)
|
57
|
-
capybara (3.7.1)
|
58
|
-
addressable
|
59
|
-
mini_mime (>= 0.1.3)
|
60
|
-
nokogiri (~> 1.8)
|
61
|
-
rack (>= 1.6.0)
|
62
|
-
rack-test (>= 0.6.3)
|
63
|
-
xpath (~> 3.1)
|
64
|
-
childprocess (3.0.0)
|
65
|
-
cocoon (1.2.14)
|
66
|
-
concurrent-ruby (1.0.5)
|
67
|
-
crass (1.0.4)
|
68
|
-
datetime_picker_rails (0.0.7)
|
69
|
-
momentjs-rails (>= 2.8.1)
|
70
|
-
deepl-rb (2.1.0)
|
71
|
-
diff-lcs (1.3)
|
72
|
-
easy_translate (0.5.1)
|
73
|
-
thread
|
74
|
-
thread_safe
|
75
|
-
erubi (1.7.1)
|
76
|
-
execjs (2.7.0)
|
77
|
-
factory_bot (4.10.0)
|
78
|
-
activesupport (>= 3.0.0)
|
79
|
-
ffi (1.9.25)
|
80
|
-
highline (2.0.0)
|
81
|
-
i18n (1.1.0)
|
82
|
-
concurrent-ruby (~> 1.0)
|
83
|
-
i18n-tasks (0.9.23)
|
84
|
-
activesupport (>= 4.0.2)
|
85
|
-
ast (>= 2.1.0)
|
86
|
-
deepl-rb (>= 2.1.0)
|
87
|
-
easy_translate (>= 0.5.1)
|
88
|
-
erubi
|
89
|
-
highline (>= 1.7.3)
|
90
|
-
i18n
|
91
|
-
parser (>= 2.2.3.0)
|
92
|
-
rainbow (>= 2.2.2, < 4.0)
|
93
|
-
terminal-table (>= 1.5.1)
|
94
|
-
jquery-rails (4.3.3)
|
95
|
-
rails-dom-testing (>= 1, < 3)
|
96
|
-
railties (>= 4.2.0)
|
97
|
-
thor (>= 0.14, < 2.0)
|
98
|
-
kaminari (1.1.1)
|
99
|
-
activesupport (>= 4.1.0)
|
100
|
-
kaminari-actionview (= 1.1.1)
|
101
|
-
kaminari-activerecord (= 1.1.1)
|
102
|
-
kaminari-core (= 1.1.1)
|
103
|
-
kaminari-actionview (1.1.1)
|
104
|
-
actionview
|
105
|
-
kaminari-core (= 1.1.1)
|
106
|
-
kaminari-activerecord (1.1.1)
|
107
|
-
activerecord
|
108
|
-
kaminari-core (= 1.1.1)
|
109
|
-
kaminari-core (1.1.1)
|
110
|
-
loofah (2.2.2)
|
111
|
-
crass (~> 1.0.2)
|
112
|
-
nokogiri (>= 1.5.9)
|
113
|
-
method_source (0.9.0)
|
114
|
-
mini_mime (1.0.1)
|
115
|
-
mini_portile2 (2.3.0)
|
116
|
-
minitest (5.11.3)
|
117
|
-
momentjs-rails (2.20.1)
|
118
|
-
railties (>= 3.1)
|
119
|
-
nokogiri (1.8.4)
|
120
|
-
mini_portile2 (~> 2.3.0)
|
121
|
-
parser (2.5.1.2)
|
122
|
-
ast (~> 2.4.0)
|
123
|
-
pg (1.1.4)
|
124
|
-
public_suffix (3.0.3)
|
125
|
-
rack (2.0.5)
|
126
|
-
rack-test (1.1.0)
|
127
|
-
rack (>= 1.0, < 3)
|
128
|
-
rails-dom-testing (2.0.3)
|
129
|
-
activesupport (>= 4.2.0)
|
130
|
-
nokogiri (>= 1.6)
|
131
|
-
rails-html-sanitizer (1.0.4)
|
132
|
-
loofah (~> 2.2, >= 2.2.2)
|
133
|
-
railties (5.2.1)
|
134
|
-
actionpack (= 5.2.1)
|
135
|
-
activesupport (= 5.2.1)
|
136
|
-
method_source
|
137
|
-
rake (>= 0.8.7)
|
138
|
-
thor (>= 0.19.0, < 2.0)
|
139
|
-
rainbow (3.0.0)
|
140
|
-
rake (12.3.1)
|
141
|
-
rb-fsevent (0.10.3)
|
142
|
-
rb-inotify (0.9.10)
|
143
|
-
ffi (>= 0.5.0, < 2)
|
144
|
-
rspec-core (3.8.0)
|
145
|
-
rspec-support (~> 3.8.0)
|
146
|
-
rspec-expectations (3.8.1)
|
147
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
148
|
-
rspec-support (~> 3.8.0)
|
149
|
-
rspec-mocks (3.8.0)
|
150
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
151
|
-
rspec-support (~> 3.8.0)
|
152
|
-
rspec-rails (3.8.0)
|
153
|
-
actionpack (>= 3.0)
|
154
|
-
activesupport (>= 3.0)
|
155
|
-
railties (>= 3.0)
|
156
|
-
rspec-core (~> 3.8.0)
|
157
|
-
rspec-expectations (~> 3.8.0)
|
158
|
-
rspec-mocks (~> 3.8.0)
|
159
|
-
rspec-support (~> 3.8.0)
|
160
|
-
rspec-support (3.8.0)
|
161
|
-
rubyzip (2.2.0)
|
162
|
-
sass (3.5.7)
|
163
|
-
sass-listen (~> 4.0.0)
|
164
|
-
sass-listen (4.0.0)
|
165
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
166
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
167
|
-
sass-rails (5.0.7)
|
168
|
-
railties (>= 4.0.0, < 6)
|
169
|
-
sass (~> 3.1)
|
170
|
-
sprockets (>= 2.8, < 4.0)
|
171
|
-
sprockets-rails (>= 2.0, < 4.0)
|
172
|
-
tilt (>= 1.1, < 3)
|
173
|
-
selectize-rails (0.12.5)
|
174
|
-
selenium-webdriver (3.142.7)
|
175
|
-
childprocess (>= 0.5, < 4.0)
|
176
|
-
rubyzip (>= 1.2.2)
|
177
|
-
sprockets (3.7.2)
|
178
|
-
concurrent-ruby (~> 1.0)
|
179
|
-
rack (> 1, < 3)
|
180
|
-
sprockets-rails (3.2.1)
|
181
|
-
actionpack (>= 4.0)
|
182
|
-
activesupport (>= 4.0)
|
183
|
-
sprockets (>= 3.0.0)
|
184
|
-
sqlite3 (1.3.13)
|
185
|
-
terminal-table (1.8.0)
|
186
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
187
|
-
thor (0.20.0)
|
188
|
-
thread (0.2.2)
|
189
|
-
thread_safe (0.3.6)
|
190
|
-
tilt (2.0.8)
|
191
|
-
tzinfo (1.2.5)
|
192
|
-
thread_safe (~> 0.1)
|
193
|
-
unicode-display_width (1.4.0)
|
194
|
-
xpath (3.1.0)
|
195
|
-
nokogiri (~> 1.8)
|
196
|
-
|
197
|
-
PLATFORMS
|
198
|
-
ruby
|
199
|
-
|
200
|
-
DEPENDENCIES
|
201
|
-
administrate (= 0.10.0)
|
202
|
-
administrate-field-nested_has_many!
|
203
|
-
appraisal
|
204
|
-
capybara
|
205
|
-
factory_bot
|
206
|
-
i18n-tasks
|
207
|
-
pg
|
208
|
-
rake
|
209
|
-
rspec-rails
|
210
|
-
selenium-webdriver
|
211
|
-
sqlite3
|
212
|
-
|
213
|
-
BUNDLED WITH
|
214
|
-
1.17.3
|
@@ -1,207 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
administrate-field-nested_has_many (1.2.0)
|
5
|
-
administrate (> 0.8, < 1)
|
6
|
-
cocoon (~> 1.2, >= 1.2.11)
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
actionpack (6.0.2.1)
|
12
|
-
actionview (= 6.0.2.1)
|
13
|
-
activesupport (= 6.0.2.1)
|
14
|
-
rack (~> 2.0, >= 2.0.8)
|
15
|
-
rack-test (>= 0.6.3)
|
16
|
-
rails-dom-testing (~> 2.0)
|
17
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
18
|
-
actionview (6.0.2.1)
|
19
|
-
activesupport (= 6.0.2.1)
|
20
|
-
builder (~> 3.1)
|
21
|
-
erubi (~> 1.4)
|
22
|
-
rails-dom-testing (~> 2.0)
|
23
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
24
|
-
activemodel (6.0.2.1)
|
25
|
-
activesupport (= 6.0.2.1)
|
26
|
-
activerecord (6.0.2.1)
|
27
|
-
activemodel (= 6.0.2.1)
|
28
|
-
activesupport (= 6.0.2.1)
|
29
|
-
activesupport (6.0.2.1)
|
30
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
31
|
-
i18n (>= 0.7, < 2)
|
32
|
-
minitest (~> 5.1)
|
33
|
-
tzinfo (~> 1.1)
|
34
|
-
zeitwerk (~> 2.2)
|
35
|
-
addressable (2.7.0)
|
36
|
-
public_suffix (>= 2.0.2, < 5.0)
|
37
|
-
administrate (0.13.0)
|
38
|
-
actionpack (>= 4.2)
|
39
|
-
actionview (>= 4.2)
|
40
|
-
activerecord (>= 4.2)
|
41
|
-
autoprefixer-rails (>= 6.0)
|
42
|
-
datetime_picker_rails (~> 0.0.7)
|
43
|
-
jquery-rails (>= 4.0)
|
44
|
-
kaminari (>= 1.0)
|
45
|
-
momentjs-rails (~> 2.8)
|
46
|
-
sassc-rails (~> 2.1)
|
47
|
-
selectize-rails (~> 0.6)
|
48
|
-
appraisal (2.2.0)
|
49
|
-
bundler
|
50
|
-
rake
|
51
|
-
thor (>= 0.14.0)
|
52
|
-
ast (2.4.0)
|
53
|
-
autoprefixer-rails (9.7.4)
|
54
|
-
execjs
|
55
|
-
builder (3.2.4)
|
56
|
-
capybara (3.31.0)
|
57
|
-
addressable
|
58
|
-
mini_mime (>= 0.1.3)
|
59
|
-
nokogiri (~> 1.8)
|
60
|
-
rack (>= 1.6.0)
|
61
|
-
rack-test (>= 0.6.3)
|
62
|
-
regexp_parser (~> 1.5)
|
63
|
-
xpath (~> 3.2)
|
64
|
-
childprocess (3.0.0)
|
65
|
-
cocoon (1.2.14)
|
66
|
-
concurrent-ruby (1.1.6)
|
67
|
-
crass (1.0.6)
|
68
|
-
datetime_picker_rails (0.0.7)
|
69
|
-
momentjs-rails (>= 2.8.1)
|
70
|
-
diff-lcs (1.3)
|
71
|
-
erubi (1.9.0)
|
72
|
-
execjs (2.7.0)
|
73
|
-
factory_bot (5.1.1)
|
74
|
-
activesupport (>= 4.2.0)
|
75
|
-
ffi (1.12.2)
|
76
|
-
highline (2.0.3)
|
77
|
-
i18n (1.8.2)
|
78
|
-
concurrent-ruby (~> 1.0)
|
79
|
-
i18n-tasks (0.9.31)
|
80
|
-
activesupport (>= 4.0.2)
|
81
|
-
ast (>= 2.1.0)
|
82
|
-
erubi
|
83
|
-
highline (>= 2.0.0)
|
84
|
-
i18n
|
85
|
-
parser (>= 2.2.3.0)
|
86
|
-
rails-i18n
|
87
|
-
rainbow (>= 2.2.2, < 4.0)
|
88
|
-
terminal-table (>= 1.5.1)
|
89
|
-
jquery-rails (4.3.5)
|
90
|
-
rails-dom-testing (>= 1, < 3)
|
91
|
-
railties (>= 4.2.0)
|
92
|
-
thor (>= 0.14, < 2.0)
|
93
|
-
kaminari (1.2.0)
|
94
|
-
activesupport (>= 4.1.0)
|
95
|
-
kaminari-actionview (= 1.2.0)
|
96
|
-
kaminari-activerecord (= 1.2.0)
|
97
|
-
kaminari-core (= 1.2.0)
|
98
|
-
kaminari-actionview (1.2.0)
|
99
|
-
actionview
|
100
|
-
kaminari-core (= 1.2.0)
|
101
|
-
kaminari-activerecord (1.2.0)
|
102
|
-
activerecord
|
103
|
-
kaminari-core (= 1.2.0)
|
104
|
-
kaminari-core (1.2.0)
|
105
|
-
loofah (2.4.0)
|
106
|
-
crass (~> 1.0.2)
|
107
|
-
nokogiri (>= 1.5.9)
|
108
|
-
method_source (0.9.2)
|
109
|
-
mini_mime (1.0.2)
|
110
|
-
mini_portile2 (2.4.0)
|
111
|
-
minitest (5.14.0)
|
112
|
-
momentjs-rails (2.20.1)
|
113
|
-
railties (>= 3.1)
|
114
|
-
nokogiri (1.10.9)
|
115
|
-
mini_portile2 (~> 2.4.0)
|
116
|
-
parser (2.7.0.4)
|
117
|
-
ast (~> 2.4.0)
|
118
|
-
pg (1.2.2)
|
119
|
-
public_suffix (4.0.3)
|
120
|
-
rack (2.2.2)
|
121
|
-
rack-test (1.1.0)
|
122
|
-
rack (>= 1.0, < 3)
|
123
|
-
rails-dom-testing (2.0.3)
|
124
|
-
activesupport (>= 4.2.0)
|
125
|
-
nokogiri (>= 1.6)
|
126
|
-
rails-html-sanitizer (1.3.0)
|
127
|
-
loofah (~> 2.3)
|
128
|
-
rails-i18n (6.0.0)
|
129
|
-
i18n (>= 0.7, < 2)
|
130
|
-
railties (>= 6.0.0, < 7)
|
131
|
-
railties (6.0.2.1)
|
132
|
-
actionpack (= 6.0.2.1)
|
133
|
-
activesupport (= 6.0.2.1)
|
134
|
-
method_source
|
135
|
-
rake (>= 0.8.7)
|
136
|
-
thor (>= 0.20.3, < 2.0)
|
137
|
-
rainbow (3.0.0)
|
138
|
-
rake (13.0.1)
|
139
|
-
regexp_parser (1.7.0)
|
140
|
-
rspec-core (3.9.1)
|
141
|
-
rspec-support (~> 3.9.1)
|
142
|
-
rspec-expectations (3.9.1)
|
143
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
144
|
-
rspec-support (~> 3.9.0)
|
145
|
-
rspec-mocks (3.9.1)
|
146
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
147
|
-
rspec-support (~> 3.9.0)
|
148
|
-
rspec-rails (3.9.1)
|
149
|
-
actionpack (>= 3.0)
|
150
|
-
activesupport (>= 3.0)
|
151
|
-
railties (>= 3.0)
|
152
|
-
rspec-core (~> 3.9.0)
|
153
|
-
rspec-expectations (~> 3.9.0)
|
154
|
-
rspec-mocks (~> 3.9.0)
|
155
|
-
rspec-support (~> 3.9.0)
|
156
|
-
rspec-support (3.9.2)
|
157
|
-
rubyzip (2.3.0)
|
158
|
-
sassc (2.2.1)
|
159
|
-
ffi (~> 1.9)
|
160
|
-
sassc-rails (2.1.2)
|
161
|
-
railties (>= 4.0.0)
|
162
|
-
sassc (>= 2.0)
|
163
|
-
sprockets (> 3.0)
|
164
|
-
sprockets-rails
|
165
|
-
tilt
|
166
|
-
selectize-rails (0.12.6)
|
167
|
-
selenium-webdriver (3.142.7)
|
168
|
-
childprocess (>= 0.5, < 4.0)
|
169
|
-
rubyzip (>= 1.2.2)
|
170
|
-
sprockets (4.0.0)
|
171
|
-
concurrent-ruby (~> 1.0)
|
172
|
-
rack (> 1, < 3)
|
173
|
-
sprockets-rails (3.2.1)
|
174
|
-
actionpack (>= 4.0)
|
175
|
-
activesupport (>= 4.0)
|
176
|
-
sprockets (>= 3.0.0)
|
177
|
-
sqlite3 (1.4.2)
|
178
|
-
terminal-table (1.8.0)
|
179
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
180
|
-
thor (1.0.1)
|
181
|
-
thread_safe (0.3.6)
|
182
|
-
tilt (2.0.10)
|
183
|
-
tzinfo (1.2.6)
|
184
|
-
thread_safe (~> 0.1)
|
185
|
-
unicode-display_width (1.7.0)
|
186
|
-
xpath (3.2.0)
|
187
|
-
nokogiri (~> 1.8)
|
188
|
-
zeitwerk (2.3.0)
|
189
|
-
|
190
|
-
PLATFORMS
|
191
|
-
ruby
|
192
|
-
|
193
|
-
DEPENDENCIES
|
194
|
-
administrate (= 0.13.0)
|
195
|
-
administrate-field-nested_has_many!
|
196
|
-
appraisal
|
197
|
-
capybara
|
198
|
-
factory_bot
|
199
|
-
i18n-tasks
|
200
|
-
pg
|
201
|
-
rake
|
202
|
-
rspec-rails
|
203
|
-
selenium-webdriver
|
204
|
-
sqlite3
|
205
|
-
|
206
|
-
BUNDLED WITH
|
207
|
-
1.17.2
|
@@ -1,219 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/thoughtbot/administrate
|
3
|
-
revision: 32b3cfc6b5e9183fa052e40bf523000d1edf06dd
|
4
|
-
branch: master
|
5
|
-
specs:
|
6
|
-
administrate (0.11.0)
|
7
|
-
actionpack (>= 4.2, < 6.0)
|
8
|
-
actionview (>= 4.2, < 6.0)
|
9
|
-
activerecord (>= 4.2, < 6.0)
|
10
|
-
autoprefixer-rails (>= 6.0)
|
11
|
-
datetime_picker_rails (~> 0.0.7)
|
12
|
-
jquery-rails (>= 4.0)
|
13
|
-
kaminari (>= 1.0)
|
14
|
-
momentjs-rails (~> 2.8)
|
15
|
-
sass-rails (~> 5.0)
|
16
|
-
selectize-rails (~> 0.6)
|
17
|
-
|
18
|
-
PATH
|
19
|
-
remote: ..
|
20
|
-
specs:
|
21
|
-
administrate-field-nested_has_many (1.2.0)
|
22
|
-
administrate (> 0.8, < 1)
|
23
|
-
cocoon (~> 1.2, >= 1.2.11)
|
24
|
-
|
25
|
-
GEM
|
26
|
-
remote: https://rubygems.org/
|
27
|
-
specs:
|
28
|
-
actionpack (5.2.2)
|
29
|
-
actionview (= 5.2.2)
|
30
|
-
activesupport (= 5.2.2)
|
31
|
-
rack (~> 2.0)
|
32
|
-
rack-test (>= 0.6.3)
|
33
|
-
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
35
|
-
actionview (5.2.2)
|
36
|
-
activesupport (= 5.2.2)
|
37
|
-
builder (~> 3.1)
|
38
|
-
erubi (~> 1.4)
|
39
|
-
rails-dom-testing (~> 2.0)
|
40
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
41
|
-
activemodel (5.2.2)
|
42
|
-
activesupport (= 5.2.2)
|
43
|
-
activerecord (5.2.2)
|
44
|
-
activemodel (= 5.2.2)
|
45
|
-
activesupport (= 5.2.2)
|
46
|
-
arel (>= 9.0)
|
47
|
-
activesupport (5.2.2)
|
48
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
|
-
i18n (>= 0.7, < 2)
|
50
|
-
minitest (~> 5.1)
|
51
|
-
tzinfo (~> 1.1)
|
52
|
-
addressable (2.6.0)
|
53
|
-
public_suffix (>= 2.0.2, < 4.0)
|
54
|
-
appraisal (2.2.0)
|
55
|
-
bundler
|
56
|
-
rake
|
57
|
-
thor (>= 0.14.0)
|
58
|
-
arel (9.0.0)
|
59
|
-
ast (2.4.0)
|
60
|
-
autoprefixer-rails (9.4.6)
|
61
|
-
execjs
|
62
|
-
builder (3.2.3)
|
63
|
-
capybara (3.13.2)
|
64
|
-
addressable
|
65
|
-
mini_mime (>= 0.1.3)
|
66
|
-
nokogiri (~> 1.8)
|
67
|
-
rack (>= 1.6.0)
|
68
|
-
rack-test (>= 0.6.3)
|
69
|
-
regexp_parser (~> 1.2)
|
70
|
-
xpath (~> 3.2)
|
71
|
-
childprocess (3.0.0)
|
72
|
-
cocoon (1.2.14)
|
73
|
-
concurrent-ruby (1.1.4)
|
74
|
-
crass (1.0.4)
|
75
|
-
datetime_picker_rails (0.0.7)
|
76
|
-
momentjs-rails (>= 2.8.1)
|
77
|
-
diff-lcs (1.3)
|
78
|
-
erubi (1.8.0)
|
79
|
-
execjs (2.7.0)
|
80
|
-
factory_bot (4.11.1)
|
81
|
-
activesupport (>= 3.0.0)
|
82
|
-
ffi (1.10.0)
|
83
|
-
highline (2.0.1)
|
84
|
-
i18n (1.5.3)
|
85
|
-
concurrent-ruby (~> 1.0)
|
86
|
-
i18n-tasks (0.9.28)
|
87
|
-
activesupport (>= 4.0.2)
|
88
|
-
ast (>= 2.1.0)
|
89
|
-
erubi
|
90
|
-
highline (>= 2.0.0)
|
91
|
-
i18n
|
92
|
-
parser (>= 2.2.3.0)
|
93
|
-
rails-i18n
|
94
|
-
rainbow (>= 2.2.2, < 4.0)
|
95
|
-
terminal-table (>= 1.5.1)
|
96
|
-
jquery-rails (4.3.3)
|
97
|
-
rails-dom-testing (>= 1, < 3)
|
98
|
-
railties (>= 4.2.0)
|
99
|
-
thor (>= 0.14, < 2.0)
|
100
|
-
kaminari (1.1.1)
|
101
|
-
activesupport (>= 4.1.0)
|
102
|
-
kaminari-actionview (= 1.1.1)
|
103
|
-
kaminari-activerecord (= 1.1.1)
|
104
|
-
kaminari-core (= 1.1.1)
|
105
|
-
kaminari-actionview (1.1.1)
|
106
|
-
actionview
|
107
|
-
kaminari-core (= 1.1.1)
|
108
|
-
kaminari-activerecord (1.1.1)
|
109
|
-
activerecord
|
110
|
-
kaminari-core (= 1.1.1)
|
111
|
-
kaminari-core (1.1.1)
|
112
|
-
loofah (2.2.3)
|
113
|
-
crass (~> 1.0.2)
|
114
|
-
nokogiri (>= 1.5.9)
|
115
|
-
method_source (0.9.2)
|
116
|
-
mini_mime (1.0.1)
|
117
|
-
mini_portile2 (2.4.0)
|
118
|
-
minitest (5.11.3)
|
119
|
-
momentjs-rails (2.20.1)
|
120
|
-
railties (>= 3.1)
|
121
|
-
nokogiri (1.10.1)
|
122
|
-
mini_portile2 (~> 2.4.0)
|
123
|
-
parser (2.6.0.0)
|
124
|
-
ast (~> 2.4.0)
|
125
|
-
pg (1.1.4)
|
126
|
-
public_suffix (3.0.3)
|
127
|
-
rack (2.0.6)
|
128
|
-
rack-test (1.1.0)
|
129
|
-
rack (>= 1.0, < 3)
|
130
|
-
rails-dom-testing (2.0.3)
|
131
|
-
activesupport (>= 4.2.0)
|
132
|
-
nokogiri (>= 1.6)
|
133
|
-
rails-html-sanitizer (1.0.4)
|
134
|
-
loofah (~> 2.2, >= 2.2.2)
|
135
|
-
rails-i18n (5.1.2)
|
136
|
-
i18n (>= 0.7, < 2)
|
137
|
-
railties (>= 5.0, < 6)
|
138
|
-
railties (5.2.2)
|
139
|
-
actionpack (= 5.2.2)
|
140
|
-
activesupport (= 5.2.2)
|
141
|
-
method_source
|
142
|
-
rake (>= 0.8.7)
|
143
|
-
thor (>= 0.19.0, < 2.0)
|
144
|
-
rainbow (3.0.0)
|
145
|
-
rake (12.3.2)
|
146
|
-
rb-fsevent (0.10.3)
|
147
|
-
rb-inotify (0.10.0)
|
148
|
-
ffi (~> 1.0)
|
149
|
-
regexp_parser (1.3.0)
|
150
|
-
rspec-core (3.8.0)
|
151
|
-
rspec-support (~> 3.8.0)
|
152
|
-
rspec-expectations (3.8.2)
|
153
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
154
|
-
rspec-support (~> 3.8.0)
|
155
|
-
rspec-mocks (3.8.0)
|
156
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
157
|
-
rspec-support (~> 3.8.0)
|
158
|
-
rspec-rails (3.8.2)
|
159
|
-
actionpack (>= 3.0)
|
160
|
-
activesupport (>= 3.0)
|
161
|
-
railties (>= 3.0)
|
162
|
-
rspec-core (~> 3.8.0)
|
163
|
-
rspec-expectations (~> 3.8.0)
|
164
|
-
rspec-mocks (~> 3.8.0)
|
165
|
-
rspec-support (~> 3.8.0)
|
166
|
-
rspec-support (3.8.0)
|
167
|
-
rubyzip (2.2.0)
|
168
|
-
sass (3.7.3)
|
169
|
-
sass-listen (~> 4.0.0)
|
170
|
-
sass-listen (4.0.0)
|
171
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
172
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
173
|
-
sass-rails (5.0.7)
|
174
|
-
railties (>= 4.0.0, < 6)
|
175
|
-
sass (~> 3.1)
|
176
|
-
sprockets (>= 2.8, < 4.0)
|
177
|
-
sprockets-rails (>= 2.0, < 4.0)
|
178
|
-
tilt (>= 1.1, < 3)
|
179
|
-
selectize-rails (0.12.6)
|
180
|
-
selenium-webdriver (3.142.7)
|
181
|
-
childprocess (>= 0.5, < 4.0)
|
182
|
-
rubyzip (>= 1.2.2)
|
183
|
-
sprockets (3.7.2)
|
184
|
-
concurrent-ruby (~> 1.0)
|
185
|
-
rack (> 1, < 3)
|
186
|
-
sprockets-rails (3.2.1)
|
187
|
-
actionpack (>= 4.0)
|
188
|
-
activesupport (>= 4.0)
|
189
|
-
sprockets (>= 3.0.0)
|
190
|
-
sqlite3 (1.3.13)
|
191
|
-
terminal-table (1.8.0)
|
192
|
-
unicode-display_width (~> 1.1, >= 1.1.1)
|
193
|
-
thor (0.20.3)
|
194
|
-
thread_safe (0.3.6)
|
195
|
-
tilt (2.0.9)
|
196
|
-
tzinfo (1.2.5)
|
197
|
-
thread_safe (~> 0.1)
|
198
|
-
unicode-display_width (1.4.1)
|
199
|
-
xpath (3.2.0)
|
200
|
-
nokogiri (~> 1.8)
|
201
|
-
|
202
|
-
PLATFORMS
|
203
|
-
ruby
|
204
|
-
|
205
|
-
DEPENDENCIES
|
206
|
-
administrate!
|
207
|
-
administrate-field-nested_has_many!
|
208
|
-
appraisal
|
209
|
-
capybara
|
210
|
-
factory_bot
|
211
|
-
i18n-tasks
|
212
|
-
pg
|
213
|
-
rake
|
214
|
-
rspec-rails
|
215
|
-
selenium-webdriver
|
216
|
-
sqlite3
|
217
|
-
|
218
|
-
BUNDLED WITH
|
219
|
-
1.17.3
|
@@ -1 +0,0 @@
|
|
1
|
-
<%= yield %>
|
data/spec/dummy/config/cable.yml
DELETED
@@ -1,34 +0,0 @@
|
|
1
|
-
test:
|
2
|
-
service: Disk
|
3
|
-
root: <%= Rails.root.join("tmp/storage") %>
|
4
|
-
|
5
|
-
local:
|
6
|
-
service: Disk
|
7
|
-
root: <%= Rails.root.join("storage") %>
|
8
|
-
|
9
|
-
# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
|
10
|
-
# amazon:
|
11
|
-
# service: S3
|
12
|
-
# access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %>
|
13
|
-
# secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
|
14
|
-
# region: us-east-1
|
15
|
-
# bucket: your_own_bucket
|
16
|
-
|
17
|
-
# Remember not to checkin your GCS keyfile to a repository
|
18
|
-
# google:
|
19
|
-
# service: GCS
|
20
|
-
# project: your_project
|
21
|
-
# credentials: <%= Rails.root.join("path/to/gcs.keyfile") %>
|
22
|
-
# bucket: your_own_bucket
|
23
|
-
|
24
|
-
# Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
|
25
|
-
# microsoft:
|
26
|
-
# service: AzureStorage
|
27
|
-
# storage_account_name: your_account_name
|
28
|
-
# storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %>
|
29
|
-
# container: your_container_name
|
30
|
-
|
31
|
-
# mirror:
|
32
|
-
# service: Mirror
|
33
|
-
# primary: local
|
34
|
-
# mirrors: [ amazon, google, microsoft ]
|