From reading about how rails works, it seems when you use page caching in a production environment, the rails stack is bypassed because apache/lighty will see the html file and serve that instead of dynamically generating the page. Is rails really totally bypassed? If so, how can the log files still record what pages where hit in the log directory if rails is totally bypassed?