thecore_settings 2.0.2 → 2.0.6

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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/app/models/{rails_admin_settings → thecore_settings}/setting.rb +0 -0
  4. data/config/locales/{thecore_settings.it.yml → it.yml} +2 -2
  5. data/{lib/generators/rails_admin_settings/templates/db/migrate/20161227101954_create_thecore_settings.rb → db/migrate/20161227101955_create_thecore_settings.rb} +1 -5
  6. data/db/migrate/20210825113515_migrate_from_rails_admin_settings_to_thecore_settings.rb +22 -0
  7. data/lib/generators/{rails_admin_settings → thecore_settings}/migration_generator.rb +0 -0
  8. data/lib/generators/{rails_admin_settings → thecore_settings}/templates/migration.rb +0 -0
  9. data/lib/thecore_settings/engine.rb +11 -10
  10. metadata +7 -147
  11. data/app/assets/config/thecore_settings_manifest.js +0 -0
  12. data/app/assets/images/thecore_settings/.keep +0 -0
  13. data/app/assets/javascripts/thecore_settings/.keep +0 -0
  14. data/app/assets/stylesheets/rich/editor.css +0 -20
  15. data/app/assets/stylesheets/thecore_settings/.keep +0 -0
  16. data/app/controllers/.keep +0 -0
  17. data/app/helpers/.keep +0 -0
  18. data/app/mailers/.keep +0 -0
  19. data/assets/javascripts/rails_admin/custom/thecore_settings.rb +0 -2
  20. data/config/initializers/rails_admin_requirements.rb +0 -22
  21. data/config/initializers/thecore_settings_abilities.rb +0 -22
  22. data/config/initializers/thecore_settings_post_init.rb +0 -9
  23. data/config/routes.rb +0 -3
  24. data/db/migrate/20161227101954_create_rails_admin_settings.rb +0 -25
  25. data/db/migrate/20161227101956_add_app_name.rb +0 -5
  26. data/lib/tasks/thecore_settings_tasks.rake +0 -4
  27. data/log/development.log +0 -0
  28. data/test/dummy/Rakefile +0 -6
  29. data/test/dummy/app/assets/config/manifest.js +0 -4
  30. data/test/dummy/app/assets/images/.keep +0 -0
  31. data/test/dummy/app/assets/javascripts/application.js +0 -13
  32. data/test/dummy/app/assets/javascripts/cable.js +0 -13
  33. data/test/dummy/app/assets/javascripts/channels/.keep +0 -0
  34. data/test/dummy/app/assets/stylesheets/application.css +0 -15
  35. data/test/dummy/app/channels/application_cable/channel.rb +0 -4
  36. data/test/dummy/app/channels/application_cable/connection.rb +0 -4
  37. data/test/dummy/app/controllers/application_controller.rb +0 -3
  38. data/test/dummy/app/controllers/concerns/.keep +0 -0
  39. data/test/dummy/app/helpers/application_helper.rb +0 -2
  40. data/test/dummy/app/jobs/application_job.rb +0 -2
  41. data/test/dummy/app/mailers/application_mailer.rb +0 -4
  42. data/test/dummy/app/models/application_record.rb +0 -3
  43. data/test/dummy/app/models/concerns/.keep +0 -0
  44. data/test/dummy/app/views/layouts/application.html.erb +0 -14
  45. data/test/dummy/app/views/layouts/mailer.html.erb +0 -13
  46. data/test/dummy/app/views/layouts/mailer.text.erb +0 -1
  47. data/test/dummy/bin/bundle +0 -3
  48. data/test/dummy/bin/rails +0 -4
  49. data/test/dummy/bin/rake +0 -4
  50. data/test/dummy/bin/setup +0 -34
  51. data/test/dummy/bin/update +0 -29
  52. data/test/dummy/config/application.rb +0 -15
  53. data/test/dummy/config/boot.rb +0 -5
  54. data/test/dummy/config/cable.yml +0 -9
  55. data/test/dummy/config/database.yml +0 -25
  56. data/test/dummy/config/environment.rb +0 -5
  57. data/test/dummy/config/environments/development.rb +0 -54
  58. data/test/dummy/config/environments/production.rb +0 -86
  59. data/test/dummy/config/environments/test.rb +0 -42
  60. data/test/dummy/config/initializers/application_controller_renderer.rb +0 -6
  61. data/test/dummy/config/initializers/assets.rb +0 -11
  62. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  63. data/test/dummy/config/initializers/cookies_serializer.rb +0 -5
  64. data/test/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  65. data/test/dummy/config/initializers/inflections.rb +0 -16
  66. data/test/dummy/config/initializers/mime_types.rb +0 -4
  67. data/test/dummy/config/initializers/new_framework_defaults.rb +0 -24
  68. data/test/dummy/config/initializers/session_store.rb +0 -3
  69. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  70. data/test/dummy/config/locales/en.yml +0 -23
  71. data/test/dummy/config/puma.rb +0 -47
  72. data/test/dummy/config/routes.rb +0 -3
  73. data/test/dummy/config/secrets.yml +0 -22
  74. data/test/dummy/config/spring.rb +0 -6
  75. data/test/dummy/config.ru +0 -5
  76. data/test/dummy/db/development.sqlite3 +0 -0
  77. data/test/dummy/lib/assets/.keep +0 -0
  78. data/test/dummy/log/.keep +0 -0
  79. data/test/dummy/log/development.log +0 -16
  80. data/test/dummy/public/404.html +0 -67
  81. data/test/dummy/public/422.html +0 -67
  82. data/test/dummy/public/500.html +0 -66
  83. data/test/dummy/public/apple-touch-icon-precomposed.png +0 -0
  84. data/test/dummy/public/apple-touch-icon.png +0 -0
  85. data/test/dummy/public/favicon.ico +0 -0
  86. data/test/dummy/tmp/.keep +0 -0
  87. data/test/integration/navigation_test.rb +0 -8
  88. data/test/test_helper.rb +0 -19
  89. data/test/thecore_settings_test.rb +0 -7
File without changes
File without changes
File without changes
data/test/dummy/tmp/.keep DELETED
File without changes
@@ -1,8 +0,0 @@
1
- require 'test_helper'
2
-
3
- class NavigationTest < ActionDispatch::IntegrationTest
4
- # test "the truth" do
5
- # assert true
6
- # end
7
- end
8
-
data/test/test_helper.rb DELETED
@@ -1,19 +0,0 @@
1
- # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
5
- ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
6
- require "rails/test_help"
7
-
8
- # Filter out Minitest backtrace while allowing backtrace from other libraries
9
- # to be shown.
10
- Minitest.backtrace_filter = Minitest::BacktraceFilter.new
11
-
12
-
13
- # Load fixtures from the engine
14
- if ActiveSupport::TestCase.respond_to?(:fixture_path=)
15
- ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
16
- ActionDispatch::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path
17
- ActiveSupport::TestCase.file_fixture_path = ActiveSupport::TestCase.fixture_path + "/files"
18
- ActiveSupport::TestCase.fixtures :all
19
- end
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class ThecoreSettings::Test < ActiveSupport::TestCase
4
- test "truth" do
5
- assert_kind_of Module, ThecoreSettings
6
- end
7
- end