No Cache plugin

Plugin details

Rails plugin. Force major browsers (IE, Firefox, Safari) to reload a page, even when triggered by 'back' button.

Websitehttp://giantrobots.thoughtbot.com/ Repositorygit://github.com/dancroak/no_cache.git Author Chad Pytel, Dan Croak Tags browser, Cache LicenseMIT

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 5 months ago