belated 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/CHANGELOG.md +6 -0
  4. data/Gemfile.lock +1 -1
  5. data/belated.gemspec +1 -1
  6. data/lib/belated/version.rb +1 -1
  7. metadata +1 -67
  8. data/dummy/Rakefile +0 -8
  9. data/dummy/app/assets/config/manifest.js +0 -3
  10. data/dummy/app/assets/images/.keep +0 -0
  11. data/dummy/app/assets/stylesheets/application.css +0 -15
  12. data/dummy/app/channels/application_cable/channel.rb +0 -6
  13. data/dummy/app/channels/application_cable/connection.rb +0 -6
  14. data/dummy/app/controllers/application_controller.rb +0 -5
  15. data/dummy/app/controllers/concerns/.keep +0 -0
  16. data/dummy/app/helpers/application_helper.rb +0 -4
  17. data/dummy/app/javascript/packs/application.js +0 -15
  18. data/dummy/app/jobs/application_job.rb +0 -9
  19. data/dummy/app/mailers/application_mailer.rb +0 -6
  20. data/dummy/app/models/application_record.rb +0 -5
  21. data/dummy/app/models/concerns/.keep +0 -0
  22. data/dummy/app/models/user.rb +0 -2
  23. data/dummy/app/views/application/index.html.erb +0 -4
  24. data/dummy/app/views/layouts/application.html.erb +0 -15
  25. data/dummy/app/views/layouts/mailer.html.erb +0 -13
  26. data/dummy/app/views/layouts/mailer.text.erb +0 -1
  27. data/dummy/bin/rails +0 -6
  28. data/dummy/bin/rake +0 -6
  29. data/dummy/bin/setup +0 -35
  30. data/dummy/config.ru +0 -8
  31. data/dummy/config/application.rb +0 -23
  32. data/dummy/config/boot.rb +0 -7
  33. data/dummy/config/cable.yml +0 -10
  34. data/dummy/config/credentials.yml.enc +0 -1
  35. data/dummy/config/database.yml +0 -25
  36. data/dummy/config/environment.rb +0 -7
  37. data/dummy/config/environments/development.rb +0 -78
  38. data/dummy/config/environments/production.rb +0 -122
  39. data/dummy/config/environments/test.rb +0 -51
  40. data/dummy/config/initializers/application_controller_renderer.rb +0 -9
  41. data/dummy/config/initializers/backtrace_silencers.rb +0 -10
  42. data/dummy/config/initializers/content_security_policy.rb +0 -29
  43. data/dummy/config/initializers/cookies_serializer.rb +0 -7
  44. data/dummy/config/initializers/filter_parameter_logging.rb +0 -8
  45. data/dummy/config/initializers/inflections.rb +0 -17
  46. data/dummy/config/initializers/mime_types.rb +0 -5
  47. data/dummy/config/initializers/permissions_policy.rb +0 -12
  48. data/dummy/config/initializers/wrap_parameters.rb +0 -16
  49. data/dummy/config/locales/en.yml +0 -33
  50. data/dummy/config/master.key +0 -1
  51. data/dummy/config/puma.rb +0 -45
  52. data/dummy/config/routes.rb +0 -5
  53. data/dummy/config/storage.yml +0 -34
  54. data/dummy/db/migrate/20210613015406_create_users.rb +0 -10
  55. data/dummy/db/production.sqlite3 +0 -0
  56. data/dummy/db/schema.rb +0 -20
  57. data/dummy/db/test.sqlite3 +0 -0
  58. data/dummy/lib/assets/.keep +0 -0
  59. data/dummy/log/.keep +0 -0
  60. data/dummy/log/development.log +0 -0
  61. data/dummy/log/production.log +0 -3
  62. data/dummy/log/test.log +0 -2110
  63. data/dummy/public/404.html +0 -67
  64. data/dummy/public/422.html +0 -67
  65. data/dummy/public/500.html +0 -66
  66. data/dummy/public/apple-touch-icon-precomposed.png +0 -0
  67. data/dummy/public/apple-touch-icon.png +0 -0
  68. data/dummy/public/favicon.ico +0 -0
  69. data/dummy/storage/.keep +0 -0
  70. data/dummy/tmp/.keep +0 -0
  71. data/dummy/tmp/development_secret.txt +0 -1
  72. data/dummy/tmp/pids/.keep +0 -0
  73. data/dummy/tmp/storage/.keep +0 -0
@@ -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
File without changes
data/dummy/storage/.keep DELETED
File without changes
data/dummy/tmp/.keep DELETED
File without changes
@@ -1 +0,0 @@
1
- 472e20581a3a96e1b857692e2f63ae72cf6be5d0e8de29df370dfc87b3bd085211fd32a43d00b66af3400b51f2d4b8f2fce29421b529a8e72b365560d9b61bc3
data/dummy/tmp/pids/.keep DELETED
File without changes
File without changes