speedmax (owner)

Revisions

gist: 167761 Download_button fork
public
Description:
File cache your high traffic actions
Public Clone URL: git://gist.github.com/167761.git
Embed All Files: show embed
photogallery_controller.rb #
1
2
3
class PhotogalleriesController < ApplicationController
  caches_action :list, :show
end
set this in cron and run every hour or so #
1
/path/to/apps/myawesomeapp/rake tmp:cache:clear