From dcd6b807ed78e21a1cf31997e0fa1f28cab8c8b6 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Fri, 26 Sep 2025 11:55:22 -0500 Subject: [PATCH] Day's worth of debugging --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index c57a8b59..3b47330f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -20,6 +20,7 @@ Bundler.require(:assets) if ENV['DEPLOY'] == 'yes' # leads to "json_class" fallbacks for created threads. Maybe this will be fixed for future # rails versions. Current is: 6.1.3.1 # For now make the getter Thread universal, not safe +require 'json' # lessons learned module JSON def self.create_id 'ruby_class'