for the gem 'active_scaffold' it's working
this is the config which works for me
= stylesheet_link_tag "application", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module",defer: true
= javascript_include_tag "jquery", "jquery_ujs", "data-turbo-track": "reload"
= active_scaffold_javascript_tag
it's when a add storable and batch gem it's not working