In this episode, we look at using Turbo Frame Tags to target certain elements in interesting ways. In each example, we'll take unobtrusive approaches without needing any javascript.
In this episode, we look adding dark mode to our applications. This can be important for users who use dark mode and then come across your web application. The sudden change in brightness can be jarring or uncomfortable.
In this episode, we look at making records read-only and also creating an override functionality where we can force the record to save. We'll also look at error handling when a record update is made to a read-only record.
In this episode, we look at a few different ways that we can interact with YAML files in our Ruby on Rails application; using them for loading configurations and also seeding data.