bridge_cache 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/db/migrate/20240719203015_add_continuing_education_credits_to_course_templates.rb +3 -1
  3. data/lib/bridge_cache/version.rb +1 -1
  4. metadata +4 -132
  5. data/test/dummy/Gemfile +0 -14
  6. data/test/dummy/MIT-LICENSE +0 -20
  7. data/test/dummy/README.md +0 -28
  8. data/test/dummy/Rakefile +0 -8
  9. data/test/dummy/app/assets/config/dummy_manifest.js +0 -1
  10. data/test/dummy/app/assets/stylesheets/dummy/application.css +0 -15
  11. data/test/dummy/app/controllers/dummy/application_controller.rb +0 -4
  12. data/test/dummy/app/helpers/dummy/application_helper.rb +0 -4
  13. data/test/dummy/app/jobs/dummy/application_job.rb +0 -4
  14. data/test/dummy/app/mailers/dummy/application_mailer.rb +0 -6
  15. data/test/dummy/app/models/dummy/application_record.rb +0 -5
  16. data/test/dummy/app/views/layouts/dummy/application.html.erb +0 -15
  17. data/test/dummy/bin/rails +0 -14
  18. data/test/dummy/config/routes.rb +0 -2
  19. data/test/dummy/dummy.gemspec +0 -26
  20. data/test/dummy/lib/dummy/engine.rb +0 -5
  21. data/test/dummy/lib/dummy/version.rb +0 -3
  22. data/test/dummy/lib/dummy.rb +0 -6
  23. data/test/dummy/lib/tasks/dummy_tasks.rake +0 -4
  24. data/test/dummy/test/dummy/Rakefile +0 -6
  25. data/test/dummy/test/dummy/app/assets/config/manifest.js +0 -3
  26. data/test/dummy/test/dummy/app/assets/stylesheets/application.css +0 -15
  27. data/test/dummy/test/dummy/app/channels/application_cable/channel.rb +0 -4
  28. data/test/dummy/test/dummy/app/channels/application_cable/connection.rb +0 -4
  29. data/test/dummy/test/dummy/app/controllers/application_controller.rb +0 -2
  30. data/test/dummy/test/dummy/app/helpers/application_helper.rb +0 -2
  31. data/test/dummy/test/dummy/app/jobs/application_job.rb +0 -7
  32. data/test/dummy/test/dummy/app/mailers/application_mailer.rb +0 -4
  33. data/test/dummy/test/dummy/app/models/application_record.rb +0 -3
  34. data/test/dummy/test/dummy/app/views/layouts/application.html.erb +0 -15
  35. data/test/dummy/test/dummy/app/views/layouts/mailer.html.erb +0 -13
  36. data/test/dummy/test/dummy/app/views/layouts/mailer.text.erb +0 -1
  37. data/test/dummy/test/dummy/bin/rails +0 -4
  38. data/test/dummy/test/dummy/bin/rake +0 -4
  39. data/test/dummy/test/dummy/bin/setup +0 -33
  40. data/test/dummy/test/dummy/config/application.rb +0 -29
  41. data/test/dummy/test/dummy/config/boot.rb +0 -5
  42. data/test/dummy/test/dummy/config/cable.yml +0 -10
  43. data/test/dummy/test/dummy/config/database.yml +0 -84
  44. data/test/dummy/test/dummy/config/environment.rb +0 -5
  45. data/test/dummy/test/dummy/config/environments/development.rb +0 -76
  46. data/test/dummy/test/dummy/config/environments/production.rb +0 -97
  47. data/test/dummy/test/dummy/config/environments/test.rb +0 -64
  48. data/test/dummy/test/dummy/config/initializers/assets.rb +0 -11
  49. data/test/dummy/test/dummy/config/initializers/content_security_policy.rb +0 -25
  50. data/test/dummy/test/dummy/config/initializers/filter_parameter_logging.rb +0 -8
  51. data/test/dummy/test/dummy/config/initializers/inflections.rb +0 -16
  52. data/test/dummy/test/dummy/config/initializers/permissions_policy.rb +0 -13
  53. data/test/dummy/test/dummy/config/locales/en.yml +0 -31
  54. data/test/dummy/test/dummy/config/puma.rb +0 -35
  55. data/test/dummy/test/dummy/config/routes.rb +0 -3
  56. data/test/dummy/test/dummy/config/storage.yml +0 -34
  57. data/test/dummy/test/dummy/config.ru +0 -6
  58. data/test/dummy/test/dummy/log/test.log +0 -0
  59. data/test/dummy/test/dummy/public/404.html +0 -67
  60. data/test/dummy/test/dummy/public/422.html +0 -67
  61. data/test/dummy/test/dummy/public/500.html +0 -66
  62. data/test/dummy/test/dummy/public/apple-touch-icon-precomposed.png +0 -0
  63. data/test/dummy/test/dummy/public/apple-touch-icon.png +0 -0
  64. data/test/dummy/test/dummy/public/favicon.ico +0 -0
  65. data/test/dummy/test/dummy/tmp/local_secret.txt +0 -1
  66. data/test/dummy/test/dummy_test.rb +0 -7
  67. data/test/dummy/test/integration/navigation_test.rb +0 -7
  68. data/test/dummy/test/test_helper.rb +0 -15
@@ -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
- 7ca40403f8c1b7b16ec990a8b608a16dc378c4c11ba57936ab056aa71d79756802fa23038c4fbeb998b7d64adf15699aa81822e4a420f590f9f890af5d565362
@@ -1,7 +0,0 @@
1
- require "test_helper"
2
-
3
- class DummyTest < ActiveSupport::TestCase
4
- test "it has a version number" do
5
- assert Dummy::VERSION
6
- end
7
- end
@@ -1,7 +0,0 @@
1
- require "test_helper"
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- # test "the truth" do
5
- # assert true
6
- # end
7
- end
@@ -1,15 +0,0 @@
1
- # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require_relative "../test/dummy/config/environment"
5
- ActiveRecord::Migrator.migrations_paths = [File.expand_path("../test/dummy/db/migrate", __dir__)]
6
- ActiveRecord::Migrator.migrations_paths << File.expand_path("../db/migrate", __dir__)
7
- require "rails/test_help"
8
-
9
- # Load fixtures from the engine
10
- if ActiveSupport::TestCase.respond_to?(:fixture_paths=)
11
- ActiveSupport::TestCase.fixture_paths = [File.expand_path("fixtures", __dir__)]
12
- ActionDispatch::IntegrationTest.fixture_paths = ActiveSupport::TestCase.fixture_paths
13
- ActiveSupport::TestCase.file_fixture_path = File.expand_path("fixtures", __dir__) + "/files"
14
- ActiveSupport::TestCase.fixtures :all
15
- end