Changes for Fedora ruby 3.4 and rails 8

This commit is contained in:
2025-02-10 10:39:21 -05:00
parent c880153898
commit 58178cc66d
47 changed files with 385 additions and 297 deletions
+3 -1
View File
@@ -227,6 +227,7 @@ module Qwaiter
# Custom directories with classes and modules you want to be autoloadable.
# config.autoload_paths += %W(#{config.root}/extras)
config.autoload_paths << Rails.root.join('app/services').to_s
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named.
@@ -254,7 +255,8 @@ module Qwaiter
# Enable escaping HTML in JSON.
config.active_support.escape_html_entities_in_json = true
initializer 'mozo.cmtool', after: 'cmtool.build_menu' do
# initializer 'mozo.cmtool', after: 'cmtool.build_menu' do
config.after_initialize do
Cmtool::Menu.register do
before :users do
group label: :mozo do # Allow other tools to inject into the mozo menu