Matthew LS
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
I'm trying to figure out a similar problem... I don't have an answer yet but I was able to get a bit more information in development by opening the turbo-rails gem (gem open turbo-rails
) and adding some puts debugging to the method I'm trying to figure out (broadcasts_refreshes
).
You could do something similar in production to add some targeted logging to the method that isn't working?