TIL: JavaScript Turbo Stream Requests

from blog Good Enough, | ↗ original
I am working on search for Album Whale and I was very confused when my JavaScript fetch requests were not resulting in turbo_stream rendering getting displayed on my page. I checked my logs to see if the render was happening. I looked for missing tags. Debugged and logger.info'd all over. Then I finally noticed the following in my Rails logs:...