Mock User Agent in View Component Specs
17 January 2025
Recently, I implemented a couple of ViewComponents to display links to our app in the app stores.
These ViewComponents contained in a single place: the appropriate logo for app store, the link to
the app in said app store, descriptions to make the links accessible and click tracking.
Adding a Star Rating with Turbo
14 January 2022
This post walks through the process of adding a rating system to a
Turbo powered single page application. The application in question
was built up in a previous post. If you want to follow
along with the post, you can grab the repo at the
starting point or just read the pull request.
Making a Single Page Search with Turbo
4 December 2021
Turbo (part of Hotwire) is a supercharged version of
Turbolinks. If you’re used to immediately turning off Turbolinks in any new
project, you might be surprised to learn that you don’t need React or Vue to
build a rich and interactive web app.