Tutorials




Setup Tailwind Css And Esbuild On Rails 7 | by Ahmed Nadar
Every time I run a new rails application, I’d need to configure essential tools for my front-end stack such as TailwindCSS and esbuild. I’ve adopted my configuration from my friend Pete Hawkins, and it has been serving me well 👍🏼 I would say. Rece...

My strategy to add tests to an application if you are on a budget - Alberto Almagro
In the Ruby community there is the convention of adding tests whenever you do some changes to the code base. This is really awesome. Unfortunately it is not the same in other communities. In my experience doing technical due diligences of start up...

Rails now allows EML files to be downloaded from the email preview | Saeloun Blog
To test emails in Rails, ActionMailer::Preview provides an easy way to preview emails in the browser. This feature is very useful for developers to test emails in the browser. However, to get a real sense of how an email will look in the inbox, it...

Time extensions are an unsung hero of Active Support - Andy Croll
In Active Support‘s extensions to the core Ruby classes, some of the most useful and plentiful are related to Time.One of Rails’s founding uses was to provide helpful, reusable methods for regularly performed tasks. In our web applications we‘re o...

How to "bundle install" in deployment mode, using bundler in docker · HTTPX
I was recently setting up the deployment of a ruby service, in my employer’s production environment, which uses EKS on AWS and docker containers. This time though, I wanted to try how hard would be to generate a production image, as well the dev/t...
