Tutorials



Generate Sitemaps for Hanami applications! | Hanami Mastery
I have a sample Hanami application here which allows me to show the content of messages in the browser, by switching the dynamic segment in the URL - an ID of the message. I can also list them together under the /messages path if I remove the ID c...


Episode 22 CRUD Actions with Turbo Streams and Turbo Frames - YouTube
Turbo Frames allow predefined parts of a page to be updated on request. Any links and forms inside a frame are captured, and the frame contents automatically updated after receiving a response. Regardless of whether the server provides a full docu...



Sidekiq and Request-Specific Context | Mike Perham
At some point in growing a large-scale software system, you’ll require “out of band” context: data which is not explicitly passed as an argument to a function but rather implicitly attached to the request, job or event being processed. Usually con...


Debugging Ruby On Rails with VSCode BREAKPOINTS | Intro To Rails 7 Part 25 - YouTube
Watch this to add breakpoints to your Rails 7 application. Checkout my course(s) https://learn.deanin.com/Learn how to configure your launch settings, debug your test and production applications, and look at the source code that's powering your ap...