thecore_backend_commons 3.0.4 → 3.0.6
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de3bed251c7994d541053661638d299e9c0500744d23efbf74507262ec0c5ee2
|
4
|
+
data.tar.gz: d4958679fac2641f4fcfebcf0e519da9b85428980b10611a4dee98f30edcbc3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b983df4eb3ce979db36a9c87dcde58fb199629e9f43714da218250894c828f09f856fd19c365f8ed2707ae24323d2b8dde84c9c7ec1f69e7470f63bad1851dd
|
7
|
+
data.tar.gz: 44347df89d6d13556550635c04fdf6a5ddbbeeb7ea54fa351df9293005b2d25482e24eedc8d4747136f4d71a7268eb7c341c01b02ebef35ced0e3a446b480dbc
|
@@ -7,11 +7,10 @@ Rails.application.configure do
|
|
7
7
|
config.time_zone = 'Rome'
|
8
8
|
# Active Storage
|
9
9
|
config.active_storage.configure :Disk, root: Rails.root.join("storage")
|
10
|
-
|
11
10
|
# ActionMailer
|
12
11
|
config.action_mailer.delivery_method = :smtp
|
13
12
|
# AFTER INITIALIZE Good place to load things that must have a bit of initialization
|
14
|
-
# setup on order to work (and not be overrided).
|
13
|
+
# setup on order to work (and not be overrided).
|
15
14
|
config.after_initialize do
|
16
15
|
# include the extensions
|
17
16
|
ActiveRecord::Base.send(:include, ActiveRecordExtensions)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_backend_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
@@ -122,7 +122,6 @@ files:
|
|
122
122
|
- app/assets/config/thecore_backend_commons_manifest.js
|
123
123
|
- app/jobs/application_job.rb
|
124
124
|
- app/mailers/application_mailer.rb
|
125
|
-
- config/initializers/session_store.rb
|
126
125
|
- config/initializers/thecore_backend_commons_app_archetypes.rb
|
127
126
|
- config/initializers/thecore_backend_commons_app_configs.rb
|
128
127
|
- config/locales/en.devise.custom.yml
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# Rails.application.config.session_store :cookie_store, {
|
2
|
-
# :key => "_#{ENV["COMPOSE_PROJECT_NAME"].presence || "localhost"}_session",
|
3
|
-
# :domain => :all,
|
4
|
-
# :same_site => :none,
|
5
|
-
# :secure => :true,
|
6
|
-
# :compress => true,
|
7
|
-
# :pool_size => 10,
|
8
|
-
# :expire_after => 1.year
|
9
|
-
# }
|