Maciej Paliński
Results
1
comments of
Maciej Paliński
+1 here, having the same issue on rails 7.2.2, ruby 3.3, jbuilder 2.13.0 applied the fix manually in my application_controller ```ruby class ApplicationController < ActionController::API helper_method :combined_fragment_cache_key helper_method :view_cache_dependencies ......