trusty-cms 4.1.3 → 4.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +127 -120
  4. data/README.md +1 -1
  5. data/app/assets/javascripts/admin/assets.js +1 -1
  6. data/app/assets/javascripts/rad_social/rad_ajax_form.js +3 -0
  7. data/app/assets/javascripts/rad_social/rad_email.js +0 -1
  8. data/app/assets/javascripts/rad_social/rad_email_form.js +2 -7
  9. data/app/assets/stylesheets/rad_social/rad_screen.scss +0 -4
  10. data/app/controllers/social_mailer_controller.rb +0 -7
  11. data/app/views/admin/assets/edit.html.haml +3 -0
  12. data/app/views/rad_social_mailer/social_mail_form.html.haml +1 -3
  13. data/app/views/widget/_email_form.html.haml +0 -5
  14. data/config/locales/en.yml +1 -0
  15. data/lib/trusty_cms.rb +1 -1
  16. data/lib/trusty_cms/engine.rb +0 -1
  17. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/core.js +126 -0
  18. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/failsafe/index.js +4 -0
  19. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/failsafe/map.js +56 -0
  20. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/failsafe/seq.js +43 -0
  21. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/failsafe/string.js +28 -0
  22. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/index.js +36 -0
  23. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/json.js +76 -0
  24. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/options.js +23 -0
  25. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/binary.js +87 -0
  26. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/index.js +157 -0
  27. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/omap.js +142 -0
  28. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/pairs.js +81 -0
  29. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/set.js +114 -0
  30. data/spec/spec/dummy/node_modules/yaml/browser/dist/tags/yaml-1.1/timestamp.js +97 -0
  31. data/spec/spec/dummy/node_modules/yaml/dist/tags/core.js +114 -0
  32. data/spec/spec/dummy/node_modules/yaml/dist/tags/failsafe/index.js +17 -0
  33. data/spec/spec/dummy/node_modules/yaml/dist/tags/failsafe/map.js +37 -0
  34. data/spec/spec/dummy/node_modules/yaml/dist/tags/failsafe/seq.js +34 -0
  35. data/spec/spec/dummy/node_modules/yaml/dist/tags/failsafe/string.js +40 -0
  36. data/spec/spec/dummy/node_modules/yaml/dist/tags/index.js +62 -0
  37. data/spec/spec/dummy/node_modules/yaml/dist/tags/json.js +60 -0
  38. data/spec/spec/dummy/node_modules/yaml/dist/tags/options.js +35 -0
  39. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/binary.js +97 -0
  40. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/index.js +131 -0
  41. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/omap.js +105 -0
  42. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/pairs.js +80 -0
  43. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/set.js +91 -0
  44. data/spec/spec/dummy/node_modules/yaml/dist/tags/yaml-1.1/timestamp.js +93 -0
  45. data/trusty_cms.gemspec +4 -4
  46. data/yarn.lock +6 -6
  47. metadata +7574 -75
  48. data/app/assets/javascripts/rad_social/captcha.js +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ec4507891ffcef07709998473113f66f350d6c17ac1a1a40ca8593d6b565855
4
- data.tar.gz: 994dec6d305e0ce812c7311ef3ff4c15f5a439f61d09a21bcafdf235d6a4f08d
3
+ metadata.gz: 2705c0bb6ab7406c37d1ee9a72e028d44c13cbcd23368e648d8ef120b1499448
4
+ data.tar.gz: 1765766a6db0b34e4e30f9c912bbf86095c3f62a5af6d934a985fd6cd0649149
5
5
  SHA512:
6
- metadata.gz: 642b211413fead95b9f8a33eeead86c404f9f6debc150c3440416f380534be866ea9c817a312a5e65610a3df06ba8f7d0397a74429be26e2afeae0dd9de5e6b1
7
- data.tar.gz: 12cc8927f097db47b3b97c38fd66f708fb5ac81ae4e12e5f43a0a07ae011184d82eef46adaa0d7e3b6f49a1f2dc2b585bb9dc19f0551bf83023219743a429d4c
6
+ metadata.gz: b4d27dc9c99285bbc36f157e1bdd0b67e960e31b03eef49c151f86aa68e7e7b55b12e15dccfbd63486abfe6d41d52ce989f845326d4abadae916b5f894890c5e
7
+ data.tar.gz: ae4b7fbabc640be96d83045ba65538ab1771ed02ae9bdabe2733df535ab793d967aaf18088774551dba18572482bdf3f425af2b95d4f183e572414595d12b1ea
data/Gemfile CHANGED
@@ -14,7 +14,7 @@ gemspec
14
14
  group :development, :test do
15
15
  gem 'acts_as_list'
16
16
  gem 'database_cleaner'
17
- gem 'factory_bot_rails', '5.2.0'
17
+ gem 'factory_bot_rails', '6.1.0'
18
18
  gem 'launchy', '~> 2.5.0'
19
19
  gem 'mysql2'
20
20
  gem 'poltergeist', '~> 1.18.1'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (4.1.3)
4
+ trusty-cms (4.1.8)
5
5
  RedCloth (= 4.3.2)
6
6
  acts_as_list (>= 0.9.5, < 1.1.0)
7
7
  acts_as_tree (>= 2.6.1, < 2.9.0)
@@ -16,89 +16,93 @@ PATH
16
16
  mini_racer
17
17
  mysql2
18
18
  paperclip (> 5.2)
19
- rack (~> 2.0.1)
19
+ rack (>= 2.0.1, < 2.3.0)
20
20
  rack-cache (~> 1.7)
21
21
  radius (~> 0.7)
22
22
  rails
23
- rake (< 13.0)
23
+ rake (< 14.0)
24
24
  rdoc (>= 5.1, < 7.0)
25
25
  roadie-rails
26
26
  sassc-rails
27
27
  stringex (>= 2.7.1, < 2.9.0)
28
28
  tzinfo (>= 1.2.3, < 2.1.0)
29
29
  uglifier (>= 3.2, < 5.0)
30
- uuidtools (~> 2.1.5)
30
+ uuidtools (>= 2.1.5, < 2.3.0)
31
31
  will_paginate (~> 3.0)
32
32
 
33
33
  GEM
34
34
  remote: https://rubygems.org/
35
35
  specs:
36
36
  RedCloth (4.3.2)
37
- actioncable (6.0.3.1)
38
- actionpack (= 6.0.3.1)
37
+ actioncable (6.1.0)
38
+ actionpack (= 6.1.0)
39
+ activesupport (= 6.1.0)
39
40
  nio4r (~> 2.0)
40
41
  websocket-driver (>= 0.6.1)
41
- actionmailbox (6.0.3.1)
42
- actionpack (= 6.0.3.1)
43
- activejob (= 6.0.3.1)
44
- activerecord (= 6.0.3.1)
45
- activestorage (= 6.0.3.1)
46
- activesupport (= 6.0.3.1)
42
+ actionmailbox (6.1.0)
43
+ actionpack (= 6.1.0)
44
+ activejob (= 6.1.0)
45
+ activerecord (= 6.1.0)
46
+ activestorage (= 6.1.0)
47
+ activesupport (= 6.1.0)
47
48
  mail (>= 2.7.1)
48
- actionmailer (6.0.3.1)
49
- actionpack (= 6.0.3.1)
50
- actionview (= 6.0.3.1)
51
- activejob (= 6.0.3.1)
49
+ actionmailer (6.1.0)
50
+ actionpack (= 6.1.0)
51
+ actionview (= 6.1.0)
52
+ activejob (= 6.1.0)
53
+ activesupport (= 6.1.0)
52
54
  mail (~> 2.5, >= 2.5.4)
53
55
  rails-dom-testing (~> 2.0)
54
- actionpack (6.0.3.1)
55
- actionview (= 6.0.3.1)
56
- activesupport (= 6.0.3.1)
57
- rack (~> 2.0, >= 2.0.8)
56
+ actionpack (6.1.0)
57
+ actionview (= 6.1.0)
58
+ activesupport (= 6.1.0)
59
+ rack (~> 2.0, >= 2.0.9)
58
60
  rack-test (>= 0.6.3)
59
61
  rails-dom-testing (~> 2.0)
60
62
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
61
- actiontext (6.0.3.1)
62
- actionpack (= 6.0.3.1)
63
- activerecord (= 6.0.3.1)
64
- activestorage (= 6.0.3.1)
65
- activesupport (= 6.0.3.1)
63
+ actiontext (6.1.0)
64
+ actionpack (= 6.1.0)
65
+ activerecord (= 6.1.0)
66
+ activestorage (= 6.1.0)
67
+ activesupport (= 6.1.0)
66
68
  nokogiri (>= 1.8.5)
67
- actionview (6.0.3.1)
68
- activesupport (= 6.0.3.1)
69
+ actionview (6.1.0)
70
+ activesupport (= 6.1.0)
69
71
  builder (~> 3.1)
70
72
  erubi (~> 1.4)
71
73
  rails-dom-testing (~> 2.0)
72
74
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
73
- activejob (6.0.3.1)
74
- activesupport (= 6.0.3.1)
75
+ activejob (6.1.0)
76
+ activesupport (= 6.1.0)
75
77
  globalid (>= 0.3.6)
76
- activemodel (6.0.3.1)
77
- activesupport (= 6.0.3.1)
78
- activerecord (6.0.3.1)
79
- activemodel (= 6.0.3.1)
80
- activesupport (= 6.0.3.1)
81
- activestorage (6.0.3.1)
82
- actionpack (= 6.0.3.1)
83
- activejob (= 6.0.3.1)
84
- activerecord (= 6.0.3.1)
78
+ activemodel (6.1.0)
79
+ activesupport (= 6.1.0)
80
+ activerecord (6.1.0)
81
+ activemodel (= 6.1.0)
82
+ activesupport (= 6.1.0)
83
+ activestorage (6.1.0)
84
+ actionpack (= 6.1.0)
85
+ activejob (= 6.1.0)
86
+ activerecord (= 6.1.0)
87
+ activesupport (= 6.1.0)
85
88
  marcel (~> 0.3.1)
86
- activesupport (6.0.3.1)
89
+ mimemagic (~> 0.3.2)
90
+ activesupport (6.1.0)
87
91
  concurrent-ruby (~> 1.0, >= 1.0.2)
88
- i18n (>= 0.7, < 2)
89
- minitest (~> 5.1)
90
- tzinfo (~> 1.1)
91
- zeitwerk (~> 2.2, >= 2.2.2)
92
- acts_as_list (1.0.1)
92
+ i18n (>= 1.6, < 2)
93
+ minitest (>= 5.1)
94
+ tzinfo (~> 2.0)
95
+ zeitwerk (~> 2.3)
96
+ acts_as_list (1.0.3)
93
97
  activerecord (>= 4.2)
94
98
  acts_as_tree (2.8.0)
95
99
  activerecord (>= 3.0.0)
96
100
  addressable (2.7.0)
97
101
  public_suffix (>= 2.0.2, < 5.0)
98
- bcrypt (3.1.13)
102
+ bcrypt (3.1.16)
99
103
  builder (3.2.4)
100
104
  byebug (11.1.3)
101
- capybara (3.32.2)
105
+ capybara (3.33.0)
102
106
  addressable
103
107
  mini_mime (>= 0.1.3)
104
108
  nokogiri (~> 1.8)
@@ -114,33 +118,33 @@ GEM
114
118
  cocaine (0.6.0)
115
119
  terrapin (= 0.6.0)
116
120
  coderay (1.1.3)
117
- concurrent-ruby (1.1.6)
121
+ concurrent-ruby (1.1.7)
118
122
  crass (1.0.6)
119
123
  css_parser (1.7.1)
120
124
  addressable
121
125
  database_cleaner (1.8.5)
122
126
  delocalize (1.2.0)
123
127
  rails (>= 2)
124
- devise (4.7.2)
128
+ devise (4.7.3)
125
129
  bcrypt (~> 3.0)
126
130
  orm_adapter (~> 0.1)
127
131
  railties (>= 4.1.0)
128
132
  responders
129
133
  warden (~> 1.2.3)
130
- diff-lcs (1.3)
134
+ diff-lcs (1.4.4)
131
135
  docile (1.3.2)
132
- erubi (1.9.0)
136
+ erubi (1.10.0)
133
137
  erubis (2.7.0)
134
138
  execjs (2.7.0)
135
- factory_bot (5.2.0)
136
- activesupport (>= 4.2.0)
137
- factory_bot_rails (5.2.0)
138
- factory_bot (~> 5.2.0)
139
- railties (>= 4.2.0)
140
- ffi (1.13.1)
139
+ factory_bot (6.1.0)
140
+ activesupport (>= 5.0.0)
141
+ factory_bot_rails (6.1.0)
142
+ factory_bot (~> 6.1.0)
143
+ railties (>= 5.0.0)
144
+ ffi (1.14.2)
141
145
  globalid (0.4.2)
142
146
  activesupport (>= 4.2.0)
143
- haml (5.1.2)
147
+ haml (5.2.1)
144
148
  temple (>= 0.8.0)
145
149
  tilt
146
150
  haml-rails (1.0.0)
@@ -158,9 +162,9 @@ GEM
158
162
  httparty (0.18.1)
159
163
  mime-types (~> 3.0)
160
164
  multi_xml (>= 0.5.2)
161
- i18n (1.8.3)
165
+ i18n (1.8.7)
162
166
  concurrent-ruby (~> 1.0)
163
- json (2.3.0)
167
+ json (2.5.1)
164
168
  kraken-io (0.1.3)
165
169
  activesupport
166
170
  httparty
@@ -168,8 +172,8 @@ GEM
168
172
  multipart-post
169
173
  launchy (2.5.0)
170
174
  addressable (~> 2.7)
171
- libv8 (7.3.492.27.1-x86_64-linux)
172
- loofah (2.5.0)
175
+ libv8 (8.4.255.0-x86_64-darwin-18)
176
+ loofah (2.8.0)
173
177
  crass (~> 1.0.2)
174
178
  nokogiri (>= 1.5.9)
175
179
  mail (2.7.1)
@@ -179,19 +183,20 @@ GEM
179
183
  method_source (1.0.0)
180
184
  mime-types (3.3.1)
181
185
  mime-types-data (~> 3.2015)
182
- mime-types-data (3.2020.0512)
186
+ mime-types-data (3.2020.1104)
183
187
  mimemagic (0.3.5)
184
188
  mini_mime (1.0.2)
185
- mini_portile2 (2.4.0)
186
- mini_racer (0.2.14)
187
- libv8 (> 7.3)
188
- minitest (5.14.1)
189
+ mini_portile2 (2.5.0)
190
+ mini_racer (0.3.1)
191
+ libv8 (~> 8.4.255)
192
+ minitest (5.14.2)
189
193
  multi_xml (0.6.0)
190
194
  multipart-post (2.1.1)
191
195
  mysql2 (0.5.3)
192
- nio4r (2.5.2)
193
- nokogiri (1.10.9)
194
- mini_portile2 (~> 2.4.0)
196
+ nio4r (2.5.4)
197
+ nokogiri (1.11.0)
198
+ mini_portile2 (~> 2.5.0)
199
+ racc (~> 1.4)
195
200
  orm_adapter (0.5.0)
196
201
  paperclip (6.1.0)
197
202
  activemodel (>= 4.2.0)
@@ -209,27 +214,28 @@ GEM
209
214
  pry-byebug (3.9.0)
210
215
  byebug (~> 11.0)
211
216
  pry (~> 0.13.0)
212
- public_suffix (4.0.5)
213
- rack (2.0.9)
214
- rack-cache (1.12.0)
217
+ public_suffix (4.0.6)
218
+ racc (1.5.2)
219
+ rack (2.2.3)
220
+ rack-cache (1.12.1)
215
221
  rack (>= 0.4)
216
222
  rack-test (1.1.0)
217
223
  rack (>= 1.0, < 3)
218
224
  radius (0.7.5)
219
- rails (6.0.3.1)
220
- actioncable (= 6.0.3.1)
221
- actionmailbox (= 6.0.3.1)
222
- actionmailer (= 6.0.3.1)
223
- actionpack (= 6.0.3.1)
224
- actiontext (= 6.0.3.1)
225
- actionview (= 6.0.3.1)
226
- activejob (= 6.0.3.1)
227
- activemodel (= 6.0.3.1)
228
- activerecord (= 6.0.3.1)
229
- activestorage (= 6.0.3.1)
230
- activesupport (= 6.0.3.1)
231
- bundler (>= 1.3.0)
232
- railties (= 6.0.3.1)
225
+ rails (6.1.0)
226
+ actioncable (= 6.1.0)
227
+ actionmailbox (= 6.1.0)
228
+ actionmailer (= 6.1.0)
229
+ actionpack (= 6.1.0)
230
+ actiontext (= 6.1.0)
231
+ actionview (= 6.1.0)
232
+ activejob (= 6.1.0)
233
+ activemodel (= 6.1.0)
234
+ activerecord (= 6.1.0)
235
+ activestorage (= 6.1.0)
236
+ activesupport (= 6.1.0)
237
+ bundler (>= 1.15.0)
238
+ railties (= 6.1.0)
233
239
  sprockets-rails (>= 2.0.0)
234
240
  rails-dom-testing (2.0.3)
235
241
  activesupport (>= 4.2.0)
@@ -238,14 +244,14 @@ GEM
238
244
  loofah (~> 2.3)
239
245
  rails-observers (0.1.5)
240
246
  activemodel (>= 4.0)
241
- railties (6.0.3.1)
242
- actionpack (= 6.0.3.1)
243
- activesupport (= 6.0.3.1)
247
+ railties (6.1.0)
248
+ actionpack (= 6.1.0)
249
+ activesupport (= 6.1.0)
244
250
  method_source
245
251
  rake (>= 0.8.7)
246
- thor (>= 0.20.3, < 2.0)
247
- rake (12.3.3)
248
- rdoc (6.2.1)
252
+ thor (~> 1.0)
253
+ rake (13.0.3)
254
+ rdoc (6.3.0)
249
255
  regexp_parser (1.7.1)
250
256
  responders (3.0.1)
251
257
  actionpack (>= 5.0)
@@ -253,27 +259,27 @@ GEM
253
259
  roadie (4.0.0)
254
260
  css_parser (~> 1.4)
255
261
  nokogiri (~> 1.8)
256
- roadie-rails (2.1.1)
257
- railties (>= 5.1, < 6.1)
262
+ roadie-rails (2.2.0)
263
+ railties (>= 5.1, < 6.2)
258
264
  roadie (>= 3.1, < 5.0)
259
- rspec-core (3.9.2)
260
- rspec-support (~> 3.9.3)
261
- rspec-expectations (3.9.2)
265
+ rspec-core (3.10.1)
266
+ rspec-support (~> 3.10.0)
267
+ rspec-expectations (3.10.1)
262
268
  diff-lcs (>= 1.2.0, < 2.0)
263
- rspec-support (~> 3.9.0)
264
- rspec-mocks (3.9.1)
269
+ rspec-support (~> 3.10.0)
270
+ rspec-mocks (3.10.1)
265
271
  diff-lcs (>= 1.2.0, < 2.0)
266
- rspec-support (~> 3.9.0)
267
- rspec-rails (4.0.1)
272
+ rspec-support (~> 3.10.0)
273
+ rspec-rails (4.0.2)
268
274
  actionpack (>= 4.2)
269
275
  activesupport (>= 4.2)
270
276
  railties (>= 4.2)
271
- rspec-core (~> 3.9)
272
- rspec-expectations (~> 3.9)
273
- rspec-mocks (~> 3.9)
274
- rspec-support (~> 3.9)
275
- rspec-support (3.9.3)
276
- ruby_parser (3.14.2)
277
+ rspec-core (~> 3.10)
278
+ rspec-expectations (~> 3.10)
279
+ rspec-mocks (~> 3.10)
280
+ rspec-support (~> 3.10)
281
+ rspec-support (3.10.1)
282
+ ruby_parser (3.15.0)
277
283
  sexp_processor (~> 4.9)
278
284
  sassc (2.4.0)
279
285
  ffi (~> 1.9)
@@ -283,15 +289,17 @@ GEM
283
289
  sprockets (> 3.0)
284
290
  sprockets-rails
285
291
  tilt
286
- sexp_processor (4.15.0)
287
- simplecov (0.18.5)
292
+ sexp_processor (4.15.1)
293
+ simplecov (0.20.0)
288
294
  docile (~> 1.1)
289
295
  simplecov-html (~> 0.11)
290
- simplecov-html (0.12.2)
296
+ simplecov_json_formatter (~> 0.1)
297
+ simplecov-html (0.12.3)
298
+ simplecov_json_formatter (0.1.2)
291
299
  sprockets (4.0.2)
292
300
  concurrent-ruby (~> 1.0)
293
301
  rack (> 1, < 3)
294
- sprockets-rails (3.2.1)
302
+ sprockets-rails (3.2.2)
295
303
  actionpack (>= 4.0)
296
304
  activesupport (>= 4.0)
297
305
  sprockets (>= 3.0.0)
@@ -300,24 +308,23 @@ GEM
300
308
  terrapin (0.6.0)
301
309
  climate_control (>= 0.0.3, < 1.0)
302
310
  thor (1.0.1)
303
- thread_safe (0.3.6)
304
311
  tilt (2.0.10)
305
312
  trustygems (0.2.1)
306
313
  rake
307
- tzinfo (1.2.7)
308
- thread_safe (~> 0.1)
314
+ tzinfo (2.0.4)
315
+ concurrent-ruby (~> 1.0)
309
316
  uglifier (4.2.0)
310
317
  execjs (>= 0.3.0, < 3)
311
- uuidtools (2.1.5)
312
- warden (1.2.8)
313
- rack (>= 2.0.6)
314
- websocket-driver (0.7.2)
318
+ uuidtools (2.2.0)
319
+ warden (1.2.9)
320
+ rack (>= 2.0.9)
321
+ websocket-driver (0.7.3)
315
322
  websocket-extensions (>= 0.1.0)
316
323
  websocket-extensions (0.1.5)
317
324
  will_paginate (3.3.0)
318
325
  xpath (3.2.0)
319
326
  nokogiri (~> 1.8)
320
- zeitwerk (2.3.0)
327
+ zeitwerk (2.4.2)
321
328
 
322
329
  PLATFORMS
323
330
  ruby
@@ -325,7 +332,7 @@ PLATFORMS
325
332
  DEPENDENCIES
326
333
  acts_as_list
327
334
  database_cleaner
328
- factory_bot_rails (= 5.2.0)
335
+ factory_bot_rails (= 6.1.0)
329
336
  launchy (~> 2.5.0)
330
337
  mysql2
331
338
  poltergeist (~> 1.18.1)
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/trusty-cms.svg)](http://badge.fury.io/rb/trusty-cms)
4
4
 
5
- TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails 5 with minimal changes to its infrastructure.
5
+ TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails 6 with minimal changes to its infrastructure.
6
6
 
7
7
  TrustyCMS is a no-fluff, open source content management system designed for
8
8
  small teams. It is similar to Textpattern or MovableType, but is a general
@@ -109,7 +109,7 @@ Assets = {
109
109
  $.ajax({
110
110
  url: url,
111
111
  complete: function(data, textStatus, jqXHR) {
112
- // Assets.updateTable(data.responseText);
112
+ Assets.updateTable(data.responseText);
113
113
  }
114
114
  });
115
115
  },