May 2025
Intermediate to advanced
270 pages
6h 55m
English
The application we will use during the book is ready for you to get from GitHub.[7] You can download it directly, but we recommend you fetch it using Git, as you will eventually need it to move in between branches. If you don’t have Git on your computer already, check the instructions at https://git-scm.com/book/en/v2/Getting-Started-Installing-Git and install it.
Once you have Git, clone the application by running the following on your terminal:
| | % git clone https://github.com/Gawyn/rails-performance-book |
Now, you should have the application on your computer under the rails-performance-book folder.
Read now
Unlock full access