No Cache plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install git://github.com/dancroak/no_cache.git
USAGE
=====
class PurchasesController < ApplicationController no_cache [:new, :edit] end class TeamsController < ApplicationController no_cache [:new] end # app/views/purchases/new, # app/views/purchases/edit, and # app/views/teams/new <%= hidden_iframe %>
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 5 months ago

