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: Processing by AlbumsController#search as */* Oh, I expected that to say something about TURBO_STREAM, like: Processing by AlbumsController#search as...