administrate-field-nested_has_many 1.2.0 → 2.0.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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +3 -2
  3. data/.ruby-version +1 -1
  4. data/Appraisals +2 -6
  5. data/CHANGELOG.md +37 -0
  6. data/CODE_OF_CONDUCT.md +6 -0
  7. data/CONTRIBUTING.md +38 -0
  8. data/LICENSE.md +21 -0
  9. data/README.md +38 -1
  10. data/SECURITY.md +16 -0
  11. data/administrate-field-nested_has_many.gemspec +2 -3
  12. data/app/views/fields/nested_has_many/_show.html.erb +35 -6
  13. data/bin/build-changelog +24 -0
  14. data/bin/setup +13 -0
  15. data/config/locales/administrate-field-nested_has_many.de.yml +7 -0
  16. data/config/locales/administrate-field-nested_has_many.fr.yml +7 -0
  17. data/gemfiles/{administrate_0.10.gemfile → administrate_0.19.gemfile} +1 -1
  18. data/gemfiles/administrate_0.19.gemfile.lock +260 -0
  19. data/lib/administrate/field/nested_has_many.rb +33 -15
  20. data/spec/dummy/Rakefile +1 -1
  21. data/spec/dummy/app/dashboards/school_dashboard.rb +1 -1
  22. data/spec/dummy/app/models/school.rb +1 -1
  23. data/spec/dummy/bin/rails +2 -2
  24. data/spec/dummy/bin/rake +2 -2
  25. data/spec/dummy/bin/setup +6 -9
  26. data/spec/dummy/config/application.rb +12 -9
  27. data/spec/dummy/config/boot.rb +1 -1
  28. data/spec/dummy/config/environment.rb +1 -1
  29. data/spec/dummy/config/environments/development.rb +16 -4
  30. data/spec/dummy/config/environments/test.rb +19 -6
  31. data/spec/dummy/config/initializers/backtrace_silencers.rb +4 -3
  32. data/spec/dummy/config/initializers/content_security_policy.rb +3 -0
  33. data/spec/dummy/config/initializers/filter_parameter_logging.rb +3 -1
  34. data/spec/dummy/config/initializers/permissions_policy.rb +11 -0
  35. data/spec/dummy/config/locales/en.yml +1 -1
  36. data/spec/dummy/config/puma.rb +13 -4
  37. data/spec/dummy/config/routes.rb +1 -0
  38. data/spec/dummy/config.ru +2 -1
  39. data/spec/dummy/db/schema.rb +10 -6
  40. data/spec/features/has_many_spec.rb +37 -0
  41. metadata +24 -42
  42. data/app/views/fields/nested_has_many/_show_current.html.erb +0 -44
  43. data/app/views/fields/nested_has_many/_show_old.html.erb +0 -36
  44. data/gemfiles/administrate_0.10.gemfile.lock +0 -214
  45. data/gemfiles/administrate_master.gemfile +0 -8
  46. data/gemfiles/administrate_master.gemfile.lock +0 -219
  47. data/spec/dummy/app/mailers/application_mailer.rb +0 -4
  48. data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
  49. data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
  50. data/spec/dummy/config/cable.yml +0 -10
  51. data/spec/dummy/config/storage.yml +0 -34
@@ -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,4 +0,0 @@
1
- class ApplicationMailer < ActionMailer::Base
2
- default from: 'from@example.com'
3
- layout 'mailer'
4
- end
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <style>
6
- /* Email styles need to be inline */
7
- </style>
8
- </head>
9
-
10
- <body>
11
- <%= yield %>
12
- </body>
13
- </html>
@@ -1 +0,0 @@
1
- <%= yield %>
@@ -1,10 +0,0 @@
1
- development:
2
- adapter: async
3
-
4
- test:
5
- adapter: async
6
-
7
- production:
8
- adapter: redis
9
- url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10
- channel_prefix: dummy_production
@@ -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 ]