cmor_files 0.0.50.pre → 0.0.55.pre

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. checksums.yaml +4 -4
  2. data/app/view_helpers/cmor/files/application_view_helper.rb +25 -3
  3. data/app/views/cmor/files/application_view_helper/_render_folder.html.haml +15 -0
  4. data/app/views/cmor/files/folders/index.html.haml +1 -1
  5. data/app/views/cmor/files/folders/show.html.haml +14 -9
  6. data/config/locales/de.yml +4 -0
  7. data/config/locales/en.yml +4 -0
  8. metadata +8 -137
  9. data/spec/config/locales/de.yml +0 -3
  10. data/spec/dummy/Rakefile +0 -6
  11. data/spec/dummy/app/assets/config/manifest.js +0 -3
  12. data/spec/dummy/app/assets/javascripts/application.js +0 -15
  13. data/spec/dummy/app/assets/javascripts/cable.js +0 -13
  14. data/spec/dummy/app/assets/stylesheets/application.css +0 -15
  15. data/spec/dummy/app/channels/application_cable/channel.rb +0 -4
  16. data/spec/dummy/app/channels/application_cable/connection.rb +0 -4
  17. data/spec/dummy/app/controllers/application_controller.rb +0 -2
  18. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  19. data/spec/dummy/app/jobs/application_job.rb +0 -2
  20. data/spec/dummy/app/mailers/application_mailer.rb +0 -4
  21. data/spec/dummy/app/models/application_record.rb +0 -3
  22. data/spec/dummy/app/views/layouts/application.html.erb +0 -15
  23. data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
  24. data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
  25. data/spec/dummy/bin/bundle +0 -3
  26. data/spec/dummy/bin/rails +0 -4
  27. data/spec/dummy/bin/rake +0 -4
  28. data/spec/dummy/bin/setup +0 -36
  29. data/spec/dummy/bin/update +0 -31
  30. data/spec/dummy/bin/yarn +0 -11
  31. data/spec/dummy/config.ru +0 -5
  32. data/spec/dummy/config/application.rb +0 -30
  33. data/spec/dummy/config/boot.rb +0 -5
  34. data/spec/dummy/config/cable.yml +0 -10
  35. data/spec/dummy/config/database.yml +0 -25
  36. data/spec/dummy/config/environment.rb +0 -5
  37. data/spec/dummy/config/environments/development.rb +0 -61
  38. data/spec/dummy/config/environments/production.rb +0 -94
  39. data/spec/dummy/config/environments/test.rb +0 -46
  40. data/spec/dummy/config/initializers/application_controller_renderer.rb +0 -8
  41. data/spec/dummy/config/initializers/assets.rb +0 -14
  42. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  43. data/spec/dummy/config/initializers/cmor_files.rb +0 -7
  44. data/spec/dummy/config/initializers/content_security_policy.rb +0 -25
  45. data/spec/dummy/config/initializers/cookies_serializer.rb +0 -5
  46. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  47. data/spec/dummy/config/initializers/i18n.rb +0 -2
  48. data/spec/dummy/config/initializers/inflections.rb +0 -16
  49. data/spec/dummy/config/initializers/mime_types.rb +0 -4
  50. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  51. data/spec/dummy/config/locales/en.yml +0 -33
  52. data/spec/dummy/config/puma.rb +0 -34
  53. data/spec/dummy/config/routes.rb +0 -6
  54. data/spec/dummy/config/spring.rb +0 -6
  55. data/spec/dummy/config/storage.yml +0 -34
  56. data/spec/dummy/db/development.sqlite3 +0 -0
  57. data/spec/dummy/db/migrate/20200119054027_create_active_storage_tables.active_storage.rb +0 -27
  58. data/spec/dummy/db/migrate/20200119054052_create_cmor_files_folders.cmor_files.rb +0 -12
  59. data/spec/dummy/db/migrate/20200119054053_create_cmor_files_file_details.cmor_files.rb +0 -14
  60. data/spec/dummy/db/schema.rb +0 -54
  61. data/spec/dummy/db/test.sqlite3 +0 -0
  62. data/spec/dummy/log/development.log +0 -122
  63. data/spec/dummy/log/test.log +0 -143
  64. data/spec/dummy/package.json +0 -5
  65. data/spec/dummy/public/404.html +0 -67
  66. data/spec/dummy/public/422.html +0 -67
  67. data/spec/dummy/public/500.html +0 -66
  68. data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
  69. data/spec/dummy/public/apple-touch-icon.png +0 -0
  70. data/spec/dummy/public/favicon.ico +0 -0
  71. data/spec/dummy/tmp/development_secret.txt +0 -1
  72. data/spec/dummy/tmp/storage/5Z/Lz/5ZLz1RnTjSv6JxA2kxa6Wfdj +0 -0
  73. data/spec/dummy/tmp/storage/Qc/Te/QcTeyM8PiNUmVbGyawobiMy1 +0 -0
  74. data/spec/dummy~/Rakefile +0 -6
  75. data/spec/dummy~/app/assets/config/manifest.js +0 -4
  76. data/spec/dummy~/app/assets/javascripts/application.js +0 -14
  77. data/spec/dummy~/app/assets/javascripts/cable.js +0 -13
  78. data/spec/dummy~/app/assets/stylesheets/application.css +0 -15
  79. data/spec/dummy~/app/channels/application_cable/channel.rb +0 -4
  80. data/spec/dummy~/app/channels/application_cable/connection.rb +0 -4
  81. data/spec/dummy~/app/controllers/application_controller.rb +0 -2
  82. data/spec/dummy~/app/helpers/application_helper.rb +0 -2
  83. data/spec/dummy~/app/jobs/application_job.rb +0 -2
  84. data/spec/dummy~/app/mailers/application_mailer.rb +0 -4
  85. data/spec/dummy~/app/models/application_record.rb +0 -3
  86. data/spec/dummy~/app/views/layouts/application.html.erb +0 -14
  87. data/spec/dummy~/app/views/layouts/mailer.html.erb +0 -13
  88. data/spec/dummy~/app/views/layouts/mailer.text.erb +0 -1
  89. data/spec/dummy~/bin/bundle +0 -3
  90. data/spec/dummy~/bin/rails +0 -4
  91. data/spec/dummy~/bin/rake +0 -4
  92. data/spec/dummy~/bin/setup +0 -36
  93. data/spec/dummy~/bin/update +0 -31
  94. data/spec/dummy~/bin/yarn +0 -11
  95. data/spec/dummy~/config.ru +0 -5
  96. data/spec/dummy~/config/application.rb +0 -30
  97. data/spec/dummy~/config/boot.rb +0 -5
  98. data/spec/dummy~/config/cable.yml +0 -10
  99. data/spec/dummy~/config/database.yml +0 -25
  100. data/spec/dummy~/config/environment.rb +0 -5
  101. data/spec/dummy~/config/environments/development.rb +0 -61
  102. data/spec/dummy~/config/environments/production.rb +0 -94
  103. data/spec/dummy~/config/environments/test.rb +0 -46
  104. data/spec/dummy~/config/initializers/application_controller_renderer.rb +0 -8
  105. data/spec/dummy~/config/initializers/assets.rb +0 -14
  106. data/spec/dummy~/config/initializers/backtrace_silencers.rb +0 -7
  107. data/spec/dummy~/config/initializers/cmor/files.rb +0 -7
  108. data/spec/dummy~/config/initializers/content_security_policy.rb +0 -22
  109. data/spec/dummy~/config/initializers/cookies_serializer.rb +0 -5
  110. data/spec/dummy~/config/initializers/filter_parameter_logging.rb +0 -4
  111. data/spec/dummy~/config/initializers/inflections.rb +0 -16
  112. data/spec/dummy~/config/initializers/mime_types.rb +0 -4
  113. data/spec/dummy~/config/initializers/wrap_parameters.rb +0 -14
  114. data/spec/dummy~/config/locales/en.yml +0 -33
  115. data/spec/dummy~/config/puma.rb +0 -34
  116. data/spec/dummy~/config/routes.rb +0 -3
  117. data/spec/dummy~/config/spring.rb +0 -6
  118. data/spec/dummy~/config/storage.yml +0 -35
  119. data/spec/dummy~/db/development.sqlite3 +0 -0
  120. data/spec/dummy~/db/schema.rb +0 -41
  121. data/spec/dummy~/db/test.sqlite3 +0 -0
  122. data/spec/dummy~/package.json +0 -5
  123. data/spec/dummy~/public/404.html +0 -67
  124. data/spec/dummy~/public/422.html +0 -67
  125. data/spec/dummy~/public/500.html +0 -66
  126. data/spec/dummy~/public/apple-touch-icon-precomposed.png +0 -0
  127. data/spec/dummy~/public/apple-touch-icon.png +0 -0
  128. data/spec/dummy~/public/favicon.ico +0 -0
  129. data/spec/models/cmor/files/file_detail_spec.rb +0 -7
  130. data/spec/models/cmor/files/folder_spec.rb +0 -12
  131. data/spec/models/generic_spec.rb +0 -50
  132. data/spec/models/i18n_spec.rb +0 -41
  133. data/spec/rails_helper.rb +0 -62
  134. data/spec/spec_helper.rb +0 -96
  135. data/spec/support/capybara.rb +0 -1
  136. data/spec/support/factory_bot.rb +0 -5
  137. data/spec/support/rao-shoulda_matchers.rb +0 -5
  138. data/spec/support/shoulda_matchers.rb +0 -8
@@ -1,143 +0,0 @@
1
-  (0.1ms) begin transaction
2
-  (0.1ms) rollback transaction
3
-  (0.1ms) begin transaction
4
-  (0.1ms) rollback transaction
5
-  (0.1ms) begin transaction
6
-  (0.0ms) rollback transaction
7
-  (0.1ms) begin transaction
8
- Cmor::Files::Folder Exists (0.1ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" IS NULL LIMIT ? [["LIMIT", 1]]
9
-  (0.1ms) rollback transaction
10
-  (0.1ms) begin transaction
11
- Cmor::Files::Folder Load (0.2ms) SELECT "cmor_files_folders".* FROM "cmor_files_folders" ORDER BY "cmor_files_folders"."id" ASC LIMIT ? [["LIMIT", 1]]
12
-  (0.1ms) SAVEPOINT active_record_1
13
- Cmor::Files::Folder Create (2.1ms) INSERT INTO "cmor_files_folders" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2020-01-19 05:41:02.137147"], ["updated_at", "2020-01-19 05:41:02.137147"]]
14
-  (0.2ms) RELEASE SAVEPOINT active_record_1
15
-  (0.1ms) SAVEPOINT active_record_1
16
- Cmor::Files::Folder Update (0.1ms) UPDATE "cmor_files_folders" SET "name" = ?, "updated_at" = ? WHERE "cmor_files_folders"."id" = ? [["name", "dummy value"], ["updated_at", "2020-01-19 05:41:02.142187"], ["id", 1]]
17
-  (0.0ms) RELEASE SAVEPOINT active_record_1
18
- Cmor::Files::Folder Exists (0.2ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" = ? LIMIT ? [["name", "dummy value"], ["LIMIT", 1]]
19
- Cmor::Files::Folder Exists (0.2ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" = ? LIMIT ? [["name", "DUMMY VALUE"], ["LIMIT", 1]]
20
-  (0.2ms) rollback transaction
21
-  (0.1ms) begin transaction
22
-  (0.1ms) rollback transaction
23
-  (0.2ms) begin transaction
24
-  (0.1ms) rollback transaction
25
-  (0.2ms) begin transaction
26
- Cmor::Files::Folder Exists (0.2ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" = ? LIMIT ? [["name", "Folder #1"], ["LIMIT", 1]]
27
-  (0.2ms) rollback transaction
28
-  (0.1ms) begin transaction
29
- Cmor::Files::Folder Exists (0.4ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" IS NULL LIMIT ? [["LIMIT", 1]]
30
-  (0.1ms) rollback transaction
31
-  (0.1ms) begin transaction
32
-  (0.2ms) SAVEPOINT active_record_1
33
- Cmor::Files::Folder Exists (0.9ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" = ? LIMIT ? [["name", "Folder #2"], ["LIMIT", 1]]
34
- Cmor::Files::Folder Create (0.5ms) INSERT INTO "cmor_files_folders" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Folder #2"], ["created_at", "2020-01-19 05:41:02.228499"], ["updated_at", "2020-01-19 05:41:02.228499"]]
35
-  (0.1ms) RELEASE SAVEPOINT active_record_1
36
-  (0.8ms) rollback transaction
37
-  (0.2ms) begin transaction
38
-  (0.2ms) rollback transaction
39
-  (0.1ms) begin transaction
40
-  (0.3ms) rollback transaction
41
-  (0.1ms) begin transaction
42
-  Disk Storage (0.7ms) Uploaded file to key: QcTeyM8PiNUmVbGyawobiMy1 (checksum: PQckBuk+cVT3lBy73cnuAQ==)
43
-  (0.1ms) SAVEPOINT active_record_1
44
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "QcTeyM8PiNUmVbGyawobiMy1"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2020-01-19 05:41:02.414145"]]
45
-  (0.1ms) RELEASE SAVEPOINT active_record_1
46
-  (0.2ms) rollback transaction
47
-  (0.1ms) begin transaction
48
-  (0.0ms) rollback transaction
49
-  (0.1ms) begin transaction
50
-  Disk Storage (0.6ms) Uploaded file to key: 5ZLz1RnTjSv6JxA2kxa6Wfdj (checksum: PQckBuk+cVT3lBy73cnuAQ==)
51
-  (0.1ms) SAVEPOINT active_record_1
52
- ActiveStorage::Blob Create (0.3ms) INSERT INTO "active_storage_blobs" ("key", "filename", "content_type", "metadata", "byte_size", "checksum", "created_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["key", "5ZLz1RnTjSv6JxA2kxa6Wfdj"], ["filename", "example.png"], ["content_type", "image/png"], ["metadata", "{\"identified\":true}"], ["byte_size", 9691], ["checksum", "PQckBuk+cVT3lBy73cnuAQ=="], ["created_at", "2020-01-19 05:41:02.457473"]]
53
-  (0.1ms) RELEASE SAVEPOINT active_record_1
54
-  (0.1ms) SAVEPOINT active_record_1
55
- Cmor::Files::Folder Exists (0.2ms) SELECT 1 AS one FROM "cmor_files_folders" WHERE "cmor_files_folders"."name" = ? LIMIT ? [["name", "Folder #4"], ["LIMIT", 1]]
56
- Cmor::Files::Folder Create (0.2ms) INSERT INTO "cmor_files_folders" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Folder #4"], ["created_at", "2020-01-19 05:41:02.464648"], ["updated_at", "2020-01-19 05:41:02.464648"]]
57
- ActiveStorage::Attachment Create (0.3ms) INSERT INTO "active_storage_attachments" ("name", "record_type", "record_id", "blob_id", "created_at") VALUES (?, ?, ?, ?, ?) [["name", "assets"], ["record_type", "Cmor::Files::Folder"], ["record_id", 1], ["blob_id", 1], ["created_at", "2020-01-19 05:41:02.466183"]]
58
- Cmor::Files::FileDetail Create (0.2ms) INSERT INTO "cmor_files_file_details" ("folder_id", "asset_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["folder_id", 1], ["asset_id", 1], ["created_at", "2020-01-19 05:41:02.467935"], ["updated_at", "2020-01-19 05:41:02.467935"]]
59
- Cmor::Files::FileDetail Create (0.1ms) INSERT INTO "cmor_files_file_details" ("folder_id", "asset_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["folder_id", 1], ["asset_id", 1], ["created_at", "2020-01-19 05:41:02.469096"], ["updated_at", "2020-01-19 05:41:02.469096"]]
60
- Cmor::Files::Folder Update (0.1ms) UPDATE "cmor_files_folders" SET "updated_at" = ? WHERE "cmor_files_folders"."id" = ? [["updated_at", "2020-01-19 05:41:02.467524"], ["id", 1]]
61
-  (0.1ms) RELEASE SAVEPOINT active_record_1
62
- [ActiveJob] Enqueued ActiveStorage::AnalyzeJob (Job ID: 98ca084e-62e8-4ae0-b83d-2a80787ae6be) to Async(default) with arguments: #<GlobalID:0x00565342d8ec58 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
63
- ActiveStorage::Blob Load (1.1ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]]
64
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be] Performing ActiveStorage::AnalyzeJob (Job ID: 98ca084e-62e8-4ae0-b83d-2a80787ae6be) from Async(default) with arguments: #<GlobalID:0x00565342d01970 @uri=#<URI::GID gid://dummy/ActiveStorage::Blob/1>>
65
-  (0.3ms) rollback transaction
66
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be]  Disk Storage (11.2ms) Downloaded file from key: 5ZLz1RnTjSv6JxA2kxa6Wfdj
67
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be] Skipping image analysis because the mini_magick gem isn't installed
68
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be]  (0.1ms) begin transaction
69
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be] ActiveStorage::Blob Update (0.2ms) UPDATE "active_storage_blobs" SET "metadata" = ? WHERE "active_storage_blobs"."id" = ? [["metadata", "{\"identified\":true,\"analyzed\":true}"], ["id", 1]]
70
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be]  (0.1ms) commit transaction
71
- [ActiveJob] [ActiveStorage::AnalyzeJob] [98ca084e-62e8-4ae0-b83d-2a80787ae6be] Performed ActiveStorage::AnalyzeJob (Job ID: 98ca084e-62e8-4ae0-b83d-2a80787ae6be) from Async(default) in 21.14ms
72
-  (0.1ms) begin transaction
73
-  (0.1ms) rollback transaction
74
-  (0.1ms) begin transaction
75
-  (0.1ms) rollback transaction
76
-  (0.1ms) begin transaction
77
-  (0.1ms) rollback transaction
78
-  (0.1ms) begin transaction
79
-  (0.0ms) rollback transaction
80
-  (0.1ms) begin transaction
81
-  (0.0ms) rollback transaction
82
-  (0.1ms) begin transaction
83
-  (0.0ms) rollback transaction
84
-  (0.1ms) begin transaction
85
-  (0.0ms) rollback transaction
86
-  (0.1ms) begin transaction
87
-  (0.0ms) rollback transaction
88
-  (0.1ms) begin transaction
89
-  (0.1ms) rollback transaction
90
-  (0.1ms) begin transaction
91
-  (0.0ms) rollback transaction
92
-  (0.1ms) begin transaction
93
-  (0.0ms) rollback transaction
94
-  (0.1ms) begin transaction
95
-  (0.0ms) rollback transaction
96
-  (0.1ms) begin transaction
97
-  (0.0ms) rollback transaction
98
-  (0.1ms) begin transaction
99
-  (0.1ms) rollback transaction
100
-  (0.1ms) begin transaction
101
-  (0.0ms) rollback transaction
102
-  (0.1ms) begin transaction
103
-  (0.1ms) rollback transaction
104
-  (0.1ms) begin transaction
105
-  (0.1ms) rollback transaction
106
-  (0.1ms) begin transaction
107
-  (0.1ms) rollback transaction
108
-  (0.1ms) begin transaction
109
-  (0.0ms) rollback transaction
110
-  (0.1ms) begin transaction
111
-  (0.0ms) rollback transaction
112
-  (0.1ms) begin transaction
113
-  (0.1ms) rollback transaction
114
-  (0.1ms) begin transaction
115
-  (0.0ms) rollback transaction
116
-  (0.1ms) begin transaction
117
-  (0.0ms) rollback transaction
118
-  (0.1ms) begin transaction
119
-  (0.0ms) rollback transaction
120
-  (0.1ms) begin transaction
121
-  (0.0ms) rollback transaction
122
-  (0.1ms) begin transaction
123
-  (0.0ms) rollback transaction
124
-  (0.1ms) begin transaction
125
-  (0.0ms) rollback transaction
126
-  (0.1ms) begin transaction
127
-  (0.0ms) rollback transaction
128
-  (0.1ms) begin transaction
129
-  (0.1ms) rollback transaction
130
-  (0.1ms) begin transaction
131
-  (0.0ms) rollback transaction
132
-  (0.1ms) begin transaction
133
-  (0.0ms) rollback transaction
134
-  (0.1ms) begin transaction
135
-  (0.0ms) rollback transaction
136
-  (0.1ms) begin transaction
137
-  (0.1ms) rollback transaction
138
-  (0.2ms) begin transaction
139
-  (0.1ms) rollback transaction
140
-  (0.1ms) begin transaction
141
-  (0.1ms) rollback transaction
142
-  (0.2ms) begin transaction
143
-  (0.1ms) rollback transaction
@@ -1,5 +0,0 @@
1
- {
2
- "name": "dummy",
3
- "private": true,
4
- "dependencies": {}
5
- }
@@ -1,67 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The page you were looking for doesn't exist (404)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- .rails-default-error-page {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- .rails-default-error-page div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- .rails-default-error-page div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- .rails-default-error-page h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- .rails-default-error-page div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
54
- </style>
55
- </head>
56
-
57
- <body class="rails-default-error-page">
58
- <!-- This file lives in public/404.html -->
59
- <div class="dialog">
60
- <div>
61
- <h1>The page you were looking for doesn't exist.</h1>
62
- <p>You may have mistyped the address or the page may have moved.</p>
63
- </div>
64
- <p>If you are the application owner check the logs for more information.</p>
65
- </div>
66
- </body>
67
- </html>
@@ -1,67 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>The change you wanted was rejected (422)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- .rails-default-error-page {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- .rails-default-error-page div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- .rails-default-error-page div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- .rails-default-error-page h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- .rails-default-error-page div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
54
- </style>
55
- </head>
56
-
57
- <body class="rails-default-error-page">
58
- <!-- This file lives in public/422.html -->
59
- <div class="dialog">
60
- <div>
61
- <h1>The change you wanted was rejected.</h1>
62
- <p>Maybe you tried to change something you didn't have access to.</p>
63
- </div>
64
- <p>If you are the application owner check the logs for more information.</p>
65
- </div>
66
- </body>
67
- </html>
@@ -1,66 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>We're sorry, but something went wrong (500)</title>
5
- <meta name="viewport" content="width=device-width,initial-scale=1">
6
- <style>
7
- .rails-default-error-page {
8
- background-color: #EFEFEF;
9
- color: #2E2F30;
10
- text-align: center;
11
- font-family: arial, sans-serif;
12
- margin: 0;
13
- }
14
-
15
- .rails-default-error-page div.dialog {
16
- width: 95%;
17
- max-width: 33em;
18
- margin: 4em auto 0;
19
- }
20
-
21
- .rails-default-error-page div.dialog > div {
22
- border: 1px solid #CCC;
23
- border-right-color: #999;
24
- border-left-color: #999;
25
- border-bottom-color: #BBB;
26
- border-top: #B00100 solid 4px;
27
- border-top-left-radius: 9px;
28
- border-top-right-radius: 9px;
29
- background-color: white;
30
- padding: 7px 12% 0;
31
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
32
- }
33
-
34
- .rails-default-error-page h1 {
35
- font-size: 100%;
36
- color: #730E15;
37
- line-height: 1.5em;
38
- }
39
-
40
- .rails-default-error-page div.dialog > p {
41
- margin: 0 0 1em;
42
- padding: 1em;
43
- background-color: #F7F7F7;
44
- border: 1px solid #CCC;
45
- border-right-color: #999;
46
- border-left-color: #999;
47
- border-bottom-color: #999;
48
- border-bottom-left-radius: 4px;
49
- border-bottom-right-radius: 4px;
50
- border-top-color: #DADADA;
51
- color: #666;
52
- box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
53
- }
54
- </style>
55
- </head>
56
-
57
- <body class="rails-default-error-page">
58
- <!-- This file lives in public/500.html -->
59
- <div class="dialog">
60
- <div>
61
- <h1>We're sorry, but something went wrong.</h1>
62
- </div>
63
- <p>If you are the application owner check the logs for more information.</p>
64
- </div>
65
- </body>
66
- </html>
File without changes
File without changes
@@ -1 +0,0 @@
1
- 18fa94b3c443ea7a15b4b6cdd1a9d59072c111438642842c15be1f0ed8e9feb9596dfb04e45833d1fe4a7b841dc1c1738f7daaa8a3951fb1e853df1df384978a
@@ -1,6 +0,0 @@
1
- # Add your own tasks in files placed in lib/tasks ending in .rake,
2
- # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require_relative 'config/application'
5
-
6
- Rails.application.load_tasks
@@ -1,4 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../javascripts .js
3
- //= link_directory ../stylesheets .css
4
- //= link cmor/files_manifest.js
@@ -1,14 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require activestorage
14
- //= require_tree .
@@ -1,13 +0,0 @@
1
- // Action Cable provides the framework to deal with WebSockets in Rails.
2
- // You can generate new channels where WebSocket features live using the `rails generate channel` command.
3
- //
4
- //= require action_cable
5
- //= require_self
6
- //= require_tree ./channels
7
-
8
- (function() {
9
- this.App || (this.App = {});
10
-
11
- App.cable = ActionCable.createConsumer();
12
-
13
- }).call(this);
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */
@@ -1,4 +0,0 @@
1
- module ApplicationCable
2
- class Channel < ActionCable::Channel::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module ApplicationCable
2
- class Connection < ActionCable::Connection::Base
3
- end
4
- end
@@ -1,2 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
- end
@@ -1,2 +0,0 @@
1
- module ApplicationHelper
2
- end