March 2025
Intermediate to advanced
472 pages
12h 10m
English
Since macOS Sonoma ships with Ruby 2.6.10, you’ll need to download a newer version of Ruby that works with Rails 7.2. The easiest way to do this is to use Homebrew.[21]
Before you start, go to your Utilities folder, and drag the Terminal application onto your dock. You’ll be using this during the installation and then frequently as a Rails developer. Open the terminal and run the following command:
| | $ /bin/bash -c "$(curl -fsSL \ |
| | https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" |
You’ll be asked for your password and then to press Enter. Once the installation completes, it will output some next steps for you to take. At the present time, those steps are as follows:
| | $ echo 'eval ... |
Read now
Unlock full access