Hello Rubysts!Awesome Ruby Blogs now with RSS feeds and OPML files.If you have any ideas or suggestions for improving this list, please feel free to send a pull request.Thanks and have a nice day!
This covers an interaction that happened after responding truthfully to "Dear Rubyists: Shopify Isn't Your Enemy". I have covered multiple times the mean discriminatory ways Ruby/Rails subreddit members treat some Rubyists, which started happening only in the last 10 years.
When a request comes from a Turbo Frame, detect the Turbo-Frame header or the Accept header for 'text/vnd.turbo-stream.html' and return a turbo-stream response that emits one or more <turbo-stream> actions. Emit a replace or update for the frame's id and additional turbo-stream actions targeting menu, counter, or sidebar elements so external UI updates occur alongside the frame update. For full page navigations, render the complete HTML with the same updated fragments so behavior remains consistent.