How to Add Tailwind CSS v4 to a Rails 8 Project
This guide explains how to add Tailwind css v4 to your Rails 8 project that wasn't created using the -c tailwind css flag so it doesn't have any Tailwind files.
A curated list of Ruby on Rails SaaS boilerplates.
This guide explains how to add Tailwind css v4 to your Rails 8 project that wasn't created using the -c tailwind css flag so it doesn't have any Tailwind files.
I recently battled to get “Sign in with Apple” working without using the OmniAuth gem just to get the nice looking button from Apple. 😆 This guide explains all the quirks and gotchas you’ll need to get it working too.
In this guide I will explain how I configured and deployed a Rails 8.0.2 application using Kamal 2 with a Postgres database running as a kamal accessory on a single Virtual Private Server (VPS).