TAG ruby
Deploying Phoenix application with Kamal 2
Kamal is a deployment tool designed for deploying containerized applications. It’s specifically optimized for use with docker based applications, simplifying the process of building, deploying and managing applications across multiple servers. Recently (26 Sept 2024), Kamal 2 was released. This new version, which we are going to use in this tutorial, brings some important improvements…
READ MORE
How to install TailwindCSS 2.0 on Ruby on Rails 6.1.1
In this tutorial, I’ll walk you step-by-step on how to install TailwindCSS 2.0 on Ruby on Rails. TailwindCSS is “a utility-first CSS framework packed with classes that can be composed to build any design, directly in you markup.” – https://tailwindcss.com/ To follow along make sure you have the necessary tools/dependencies, and they are updated. For…
READ MORE
Installing and start using asdf on macOS High Sierra
I am setting up my new laptop (a MacBook Pro wind macOS High Sierra 10.13.4) and one of the tools I need for my day-to-day work is a Ruby installed. macOS High Sierra comes with ruby version 2.3.3. But, as I am writing this post, the latest ruby version is 2.5.1 which was released on…
READ MORE