Then we will be able to do:
class ProjectsController < ActionController::Base caches_action :show, :expires_in => 1.hour end
This is useful if you are using memcached.
Patch attached with tests included here:
Then we will be able to do:
class ProjectsController < ActionController::Base caches_action :show, :expires_in => 1.hour end
This is useful if you are using memcached.
Patch attached with tests included here: