1. Basic Caching
This is an introduction to the three types of caching techniques that Rails provides by default without the use of any third party plugins.
To get started make sure config.action_controller.perform_caching is set to true for your environment. Continue reading