#Ruby on Rails
5 articles
Application
2025-06-14
Understanding IO and CPU Characteristics in Ruby and Rails
Understand Ruby GVL, Puma concurrency, IO-bound vs CPU-bound workloads, thread/process tuning, and GC impact on Rails performance.
#Ruby#Ruby on Rails
Application
2024-09-04
Ruby on Rails Code Reading Part 3 - Invoking WelcomeController
Documenting the code reading process for Ruby on Rails.
#Ruby on Rails#Ruby
Application
2024-09-02
Ruby on Rails Code Reading Part 1 - Rails Startup
Trace Rails startup sequence from command invocation through Rackup, Puma server initialization, and request handling flow.
#Ruby#Ruby on Rails
Application
2024-09-02
Ruby on Rails Code Reading Part 2 - Rails Request Processing
Recording the code reading work of Ruby on Rails.
#Ruby#Ruby on Rails
Application
2024-05-04
Perfect Ruby on Rails
Perfect Ruby on Rails
#Ruby on Rails#Ruby#Book Review