Things we have to say.
Our articles are thoughts, tips and tricks we found in our daily work.
Best practices on tiny plates, easy to consume, easy to eat, easy to love!
🥘 Hot and spicy 🌶️ knowledge about
#rails #tailwindcss #ruby #css #bootstrap #view components #visual studio code #active storage #zsh #ohmyzsh #github #git #raspberrypi #regex #esbuild #javascript #action mailer #docker #stimulusjs
Catch your emails in Rails development with Mailhog.
Almost every non-trivial Rails application needs to handle email. While in development mode, the setup for actually viewing the raw email in HTML or Text is very tedious. It's even dangrous with the current Rails defaults. So follow this guide to use the tool Mailhog
to catch all mails locally.
Using Tailwind CSS AND Bootstrap side by side in Rails.
Ever wondered how to use Tailwind CSS AND Bootstrap within the same Rails application? Maybe you have different parts of the app where you want to take advantage of the better suited CSS framework. It's actually pretty easy to do in Rails and our go to approach in monolithic Rails apps.