October 8th, 2023
Initialize a Rails app on macOS with docker
My current Mac doesn't have enough space to install Xcode Command Line Tools and it turns out it is almost impossible to install Ruby and Rails locally without it. Instead I decided to install it inside docker right from the start. The first step is simply to create the following…
Read More →