activeadmin_blaze_theme 0.5.16 → 0.7.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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +77 -37
  4. data/app/assets/stylesheets/activeadmin_blaze_theme/_base.scss +197 -0
  5. data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +43 -0
  6. data/app/assets/stylesheets/activeadmin_blaze_theme/_footer.scss +15 -0
  7. data/app/assets/stylesheets/activeadmin_blaze_theme/_form.scss +384 -0
  8. data/app/assets/stylesheets/activeadmin_blaze_theme/_header.scss +140 -0
  9. data/app/assets/stylesheets/activeadmin_blaze_theme/_navigation.scss +69 -0
  10. data/app/assets/stylesheets/activeadmin_blaze_theme/_sidebars.scss +64 -0
  11. data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +96 -0
  12. data/app/assets/stylesheets/activeadmin_blaze_theme/_variables.scss +46 -0
  13. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +2 -0
  14. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +0 -9
  15. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +8 -1
  16. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +1 -0
  17. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +4 -3
  18. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.alignment.scss +12 -0
  19. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +47 -0
  20. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +0 -2
  21. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +6 -6
  22. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss +1 -1
  23. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss +12 -0
  24. data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss +45 -0
  25. data/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss +11 -989
  26. data/index.js +2 -0
  27. data/lib/activeadmin/views/activeadmin_form.rb +1 -1
  28. data/lib/activeadmin_blaze_theme.rb +3 -3
  29. data/lib/activeadmin_blaze_theme/version.rb +1 -1
  30. data/lib/formtastic/inputs/blaze_toggle_input.rb +1 -1
  31. data/package.json +13 -0
  32. metadata +23 -295
  33. data/.circleci/config.yml +0 -33
  34. data/.gitignore +0 -13
  35. data/.rspec +0 -3
  36. data/.rubocop.yml +0 -27
  37. data/Gemfile +0 -5
  38. data/Rakefile +0 -3
  39. data/activeadmin_blaze_theme.gemspec +0 -33
  40. data/bin/rails +0 -29
  41. data/bin/rake +0 -29
  42. data/bin/rspec +0 -29
  43. data/bin/rubocop +0 -29
  44. data/extra/screenshot1.jpg +0 -0
  45. data/extra/screenshot2.jpg +0 -0
  46. data/extra/screenshot3.jpg +0 -0
  47. data/extra/screenshot4.jpg +0 -0
  48. data/spec/dummy/.ruby-version +0 -1
  49. data/spec/dummy/.tool-versions +0 -1
  50. data/spec/dummy/Rakefile +0 -6
  51. data/spec/dummy/app/admin/authors.rb +0 -57
  52. data/spec/dummy/app/admin/dashboard.rb +0 -32
  53. data/spec/dummy/app/admin/posts.rb +0 -50
  54. data/spec/dummy/app/admin/tags.rb +0 -4
  55. data/spec/dummy/app/assets/config/manifest.js +0 -3
  56. data/spec/dummy/app/assets/images/.keep +0 -0
  57. data/spec/dummy/app/assets/javascripts/active_admin.js +0 -1
  58. data/spec/dummy/app/assets/stylesheets/active_admin.scss +0 -4
  59. data/spec/dummy/app/assets/stylesheets/application.css +0 -15
  60. data/spec/dummy/app/channels/application_cable/channel.rb +0 -4
  61. data/spec/dummy/app/channels/application_cable/connection.rb +0 -4
  62. data/spec/dummy/app/controllers/application_controller.rb +0 -2
  63. data/spec/dummy/app/controllers/concerns/.keep +0 -0
  64. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  65. data/spec/dummy/app/javascript/packs/application.js +0 -15
  66. data/spec/dummy/app/jobs/application_job.rb +0 -7
  67. data/spec/dummy/app/mailers/application_mailer.rb +0 -4
  68. data/spec/dummy/app/models/application_record.rb +0 -7
  69. data/spec/dummy/app/models/author.rb +0 -26
  70. data/spec/dummy/app/models/concerns/.keep +0 -0
  71. data/spec/dummy/app/models/post.rb +0 -25
  72. data/spec/dummy/app/models/post_tag.rb +0 -9
  73. data/spec/dummy/app/models/profile.rb +0 -9
  74. data/spec/dummy/app/models/tag.rb +0 -6
  75. data/spec/dummy/app/views/layouts/application.html.erb +0 -14
  76. data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
  77. data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
  78. data/spec/dummy/bin/rails +0 -4
  79. data/spec/dummy/bin/rake +0 -4
  80. data/spec/dummy/bin/setup +0 -33
  81. data/spec/dummy/config.ru +0 -5
  82. data/spec/dummy/config/application.rb +0 -18
  83. data/spec/dummy/config/boot.rb +0 -5
  84. data/spec/dummy/config/cable.yml +0 -10
  85. data/spec/dummy/config/database.yml +0 -8
  86. data/spec/dummy/config/environment.rb +0 -5
  87. data/spec/dummy/config/environments/development.rb +0 -62
  88. data/spec/dummy/config/environments/production.rb +0 -112
  89. data/spec/dummy/config/environments/test.rb +0 -49
  90. data/spec/dummy/config/initializers/active_admin.rb +0 -335
  91. data/spec/dummy/config/initializers/application_controller_renderer.rb +0 -8
  92. data/spec/dummy/config/initializers/assets.rb +0 -12
  93. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  94. data/spec/dummy/config/initializers/content_security_policy.rb +0 -28
  95. data/spec/dummy/config/initializers/cookies_serializer.rb +0 -5
  96. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
  97. data/spec/dummy/config/initializers/inflections.rb +0 -16
  98. data/spec/dummy/config/initializers/mime_types.rb +0 -4
  99. data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
  100. data/spec/dummy/config/locales/en.yml +0 -33
  101. data/spec/dummy/config/puma.rb +0 -38
  102. data/spec/dummy/config/routes.rb +0 -3
  103. data/spec/dummy/config/spring.rb +0 -6
  104. data/spec/dummy/config/storage.yml +0 -7
  105. data/spec/dummy/db/migrate/20170806125915_create_active_storage_tables.active_storage.rb +0 -27
  106. data/spec/dummy/db/migrate/20180101010101_create_active_admin_comments.rb +0 -16
  107. data/spec/dummy/db/migrate/20180607053251_create_authors.rb +0 -13
  108. data/spec/dummy/db/migrate/20180607053254_create_profiles.rb +0 -12
  109. data/spec/dummy/db/migrate/20180607053255_create_tags.rb +0 -11
  110. data/spec/dummy/db/migrate/20180607053257_create_post_tags.rb +0 -12
  111. data/spec/dummy/db/migrate/20180607053739_create_posts.rb +0 -17
  112. data/spec/dummy/db/schema.rb +0 -99
  113. data/spec/dummy/lib/assets/.keep +0 -0
  114. data/spec/dummy/public/404.html +0 -67
  115. data/spec/dummy/public/422.html +0 -67
  116. data/spec/dummy/public/500.html +0 -66
  117. data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
  118. data/spec/dummy/public/apple-touch-icon.png +0 -0
  119. data/spec/dummy/public/favicon.ico +0 -0
  120. data/spec/rails_helper.rb +0 -36
  121. data/spec/spec_helper.rb +0 -20
  122. data/spec/support/capybara.rb +0 -3
  123. data/spec/support/drivers.rb +0 -7
  124. data/spec/system/theme_spec.rb +0 -15
data/.gitignore DELETED
@@ -1,13 +0,0 @@
1
- *.gem
2
- *.orig
3
-
4
- /.rspec_failures
5
- /.rubocop-*
6
- /Gemfile.lock
7
-
8
- /_misc/
9
- /coverage/
10
- /spec/dummy/db/*.sqlite3*
11
- /spec/dummy/log/
12
- /spec/dummy/storage/
13
- /spec/dummy/tmp/
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --require rails_helper
2
- --format documentation
3
- --profile
data/.rubocop.yml DELETED
@@ -1,27 +0,0 @@
1
- inherit_from:
2
- - https://relaxed.ruby.style/rubocop.yml
3
-
4
- AllCops:
5
- Exclude:
6
- - bin/*
7
- - spec/dummy/**/*
8
- NewCops: enable
9
-
10
- Gemspec/RequiredRubyVersion:
11
- Enabled: false
12
-
13
- Naming/FileName:
14
- Enabled: false
15
-
16
- Layout/LineLength:
17
- Enabled: true
18
- Max: 120
19
-
20
- Style/HashEachMethods:
21
- Enabled: true
22
-
23
- Style/HashTransformKeys:
24
- Enabled: true
25
-
26
- Style/HashTransformValues:
27
- Enabled: true
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source 'https://rubygems.org'
4
-
5
- gemspec
data/Rakefile DELETED
@@ -1,3 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require 'bundler/gem_tasks'
@@ -1,33 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path('lib', __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'activeadmin_blaze_theme/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'activeadmin_blaze_theme'
9
- spec.version = ActiveAdminBlazeTheme::VERSION
10
- spec.authors = ['Mattia Roccoberton']
11
- spec.email = ['mat@blocknot.es']
12
- spec.summary = 'ActiveAdmin Blaze Theme'
13
- spec.description = 'An ActiveAdmin theme which use Blaze CSS UI toolkit'
14
- spec.homepage = 'https://github.com/blocknotes/activeadmin_blaze_theme'
15
- spec.license = 'MIT'
16
-
17
- spec.files = `git ls-files -z`.split("\x0")
18
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
- spec.require_paths = ['lib']
21
-
22
- spec.add_runtime_dependency 'activeadmin', '~> 2.0'
23
-
24
- spec.add_development_dependency 'activestorage', '~> 6.0.3.2'
25
- spec.add_development_dependency 'capybara', '~> 3.33.0'
26
- spec.add_development_dependency 'pry', '~> 0.13.1'
27
- spec.add_development_dependency 'puma', '~> 4.3.5'
28
- spec.add_development_dependency 'rspec_junit_formatter', '~> 0.4.1'
29
- spec.add_development_dependency 'rspec-rails', '~> 4.0.1'
30
- spec.add_development_dependency 'rubocop', '~> 0.90.0'
31
- spec.add_development_dependency 'selenium-webdriver', '~> 3.142.7'
32
- spec.add_development_dependency 'sqlite3', '~> 1.4.2'
33
- end
data/bin/rails DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rails' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("railties", "rails")
data/bin/rake DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rake' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rake", "rake")
data/bin/rspec DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rspec' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rspec-core", "rspec")
data/bin/rubocop DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rubocop' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rubocop", "rubocop")
Binary file
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- ruby-2.7.1
@@ -1 +0,0 @@
1
- ruby 2.6.6
data/spec/dummy/Rakefile DELETED
@@ -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,57 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ActiveAdmin.register Author do
4
- permit_params :name,
5
- :email,
6
- :age,
7
- :avatar,
8
- profile_attributes: %i[id description _destroy],
9
- posts_attributes: %i[id title description]
10
-
11
- index do
12
- selectable_column
13
- id_column
14
- column :name
15
- column :email
16
- column :created_at
17
- actions
18
- end
19
-
20
- filter :name
21
- filter :created_at
22
-
23
- show do
24
- attributes_table do
25
- row :name
26
- row :email
27
- row :age
28
- row :avatar do |record|
29
- image_tag url_for(record.avatar), style: 'max-width:800px;max-height:500px' if record.avatar.attached?
30
- end
31
- row :created_at
32
- row :updated_at
33
- row :profile
34
- row :posts
35
- end
36
- active_admin_comments
37
- end
38
-
39
- form do |f|
40
- f.inputs do
41
- f.input :name
42
- f.input :email
43
- f.input :age
44
- f.input :avatar,
45
- as: :file,
46
- hint: (object.avatar.attached? ? "Current: #{object.avatar.filename}" : nil)
47
- end
48
- f.has_many :profile, allow_destroy: true do |ff|
49
- ff.input :description
50
- end
51
- f.has_many :posts do |fp|
52
- fp.input :title
53
- fp.input :description
54
- end
55
- f.actions
56
- end
57
- end
@@ -1,32 +0,0 @@
1
- ActiveAdmin.register_page "Dashboard" do
2
- menu priority: 1, label: proc { I18n.t("active_admin.dashboard") }
3
-
4
- content title: proc { I18n.t("active_admin.dashboard") } do
5
- div class: "blank_slate_container", id: "dashboard_default_message" do
6
- span class: "blank_slate" do
7
- span I18n.t("active_admin.dashboard_welcome.welcome")
8
- small I18n.t("active_admin.dashboard_welcome.call_to_action")
9
- end
10
- end
11
-
12
- # Here is an example of a simple dashboard with columns and panels.
13
- #
14
- # columns do
15
- # column do
16
- # panel "Recent Posts" do
17
- # ul do
18
- # Post.recent(5).map do |post|
19
- # li link_to(post.title, admin_post_path(post))
20
- # end
21
- # end
22
- # end
23
- # end
24
-
25
- # column do
26
- # panel "Info" do
27
- # para "Welcome to ActiveAdmin."
28
- # end
29
- # end
30
- # end
31
- end # content
32
- end
@@ -1,50 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ActiveAdmin.register Post do
4
- permit_params :author_id, :title, :description, :category, :dt, :position, :published, tag_ids: []
5
-
6
- index do
7
- selectable_column
8
- id_column
9
- column :title
10
- column :author
11
- column :published
12
- column :created_at
13
- actions
14
- end
15
-
16
- show do
17
- attributes_table do
18
- row :author
19
- row :title
20
- row :description
21
- row :category
22
- row :dt
23
- row :position
24
- row :published
25
- row :tags
26
- row :created_at
27
- row :updated_at
28
- end
29
- active_admin_comments
30
- end
31
-
32
- form do |f|
33
- buttons = %w[bold italic underline link]
34
- f.inputs 'Post' do
35
- f.input :author
36
- f.input :title
37
- f.input :description
38
- f.input :category
39
- f.input :dt
40
- f.input :position
41
- f.input :published
42
- end
43
-
44
- f.inputs 'Tags' do
45
- f.input :tags
46
- end
47
-
48
- f.actions
49
- end
50
- end
@@ -1,4 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- ActiveAdmin.register Tag do
4
- end
@@ -1,3 +0,0 @@
1
- //= link_tree ../images
2
- //= link_directory ../stylesheets .css
3
- // OFF link active_storage_db_manifest.js
File without changes
@@ -1 +0,0 @@
1
- //= require active_admin/base
@@ -1,4 +0,0 @@
1
- @import 'active_admin/mixins';
2
- @import 'active_admin/base';
3
-
4
- @import 'activeadmin_blaze_theme/theme';
@@ -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