Following the Life of an HTTP Request in Rails
Ever wondered how an HTTP request goes from your webserver to the code in your Rails’ stack? Racked with guilt for not knowing Rack? In this series of annotations, we follow the route of a simple HTTP GET request through the Rails source, from the Application to the controller code.
Post a comment