kono_utils_bootstrap_view4 0.1.0.pre.rc.2 → 0.1.0.pre.rc.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cdd4e54f7b7e9d5a2fd73833a65b55fd314b9c2a50a601592451b800f06bd04
4
- data.tar.gz: 61d354fac2e8bece792b2ce62f8d432d9b546411ae25d0dfc944c6e4514678d3
3
+ metadata.gz: af050b32fff9d51537da77026dbe781bc8ea8d418ef4d26f0761f4e004ab81d0
4
+ data.tar.gz: f872c5bb857176314e150d0226b76c99886be0f33c235c4d8b6f8f30fc640b6b
5
5
  SHA512:
6
- metadata.gz: 80a6eead0e39e8c250392e74b11a2f0a6ad90410da5dcc7a7f93bed9e4c24af6b25531d9f3c0fa916636a3d51d23c515573288647651f6c483ebf9a6a456f8cb
7
- data.tar.gz: f8e6128a8dbfe2aebd49dd2b61639ab5ab6c48d254d1a6f1a5f81226d36e8578632e5617ca495b555d5438bed496dfb78b9ea4c580314f46a0a60952a40d3957
6
+ metadata.gz: 3f39c2dbdd0292db394bfc8ef5088f6067f4793767d32505274ff777d2facab87668e53fe47245198deeb3eb2baff166208612395b16c8dd0b2eb3ae5793d1c1
7
+ data.tar.gz: 0fa63fef77609f069eced3777f28539f8bafe52a9e941facbee740f388a8fc3035057ec216c06ddf98e327788212f3e84560bc312bfc5fdac0060640aa17539c
@@ -1,3 +1,5 @@
1
+ require 'kaminari/helpers/helper_methods'
2
+
1
3
  module KonoUtils::Object::Cell # namespace
2
4
  class Base < Trailblazer::Cell # class
3
5
  view_paths << "#{KonoUtilsBootstrapView4::Engine.root}/app/concepts"
@@ -11,6 +11,9 @@ module KonoUtilsBootstrapView4
11
11
  require 'data-confirm-modal'
12
12
  require 'kono_utils'
13
13
 
14
+ # questa parte serve a Zeitwerk per identificare concepts come una directory da cui caricare il codice
15
+ config.autoload_paths << File.expand_path("../../app/concepts", __dir__)
16
+
14
17
  initializer 'kono_utils_bootstrap_view4.append_views', :before => 'kono_utils.append_views', :group => :all do |app|
15
18
  ActionController::Base.append_view_path KonoUtilsBootstrapView4::Engine.root.join("app", "views", "kono_utils")
16
19
  ActionController::Base.append_view_path KonoUtilsBootstrapView4::Engine.root.join("app", "views", "kono_utils", "base_editing")
@@ -46,7 +49,7 @@ module KonoUtilsBootstrapView4
46
49
  Array([
47
50
  "kono_utils/object/cell/forms/fields/bases/layout"
48
51
  ]).each do |cell_class|
49
- puts "@@@@@ #{cell_class.camelize.constantize.prefixes}"
52
+ puts "@@@@@ - #{cell_class.camelize.constantize.name} - #{cell_class.camelize.constantize.prefixes}"
50
53
  app.config.assets.paths += cell_class.camelize.constantize.prefixes # Song::Cell.prefixes
51
54
  end
52
55
  end
@@ -1,3 +1,3 @@
1
1
  module KonoUtilsBootstrapView4
2
- VERSION = '0.1.0-rc.2'
2
+ VERSION = '0.1.0-rc.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kono_utils_bootstrap_view4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.rc.2
4
+ version: 0.1.0.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marino Bonetti