RailsCasts Pro episodes are now free!
Learn more or hide this
Note: Sorry about the audio problems in the first half of this episode. Not sure what happened there.
Resources
RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION
config.action_controller.perform_caching = true
belongs_to :article, :touch => true
<% cache @article do %> ... <% end %>