May 2025
Intermediate to advanced
270 pages
6h 55m
English
All great trips start with a first step: this was your first step in the path of learning scalability in Rails applications. You downloaded the book application, installed a Ruby version manager and the right version of Ruby for this book, set up Ruby on Rails, and finally, installed all the data storages (including the relational database) and loaded the example dataset. You can make sure that everything is fine if you run rails server on the application root folder and get something like this:
| | > rails server |
| | => Booting Puma |
| | => Rails 8.0.1 application starting in development |
| | => Run `bin/rails server --help` for more startup options |
| | Puma starting in single mode... |
| | * Puma version: 6.5.0 ("Sky's Version") |
| | * Ruby ... |
Read now
Unlock full access