This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
no_cache /
| name | age | message | |
|---|---|---|---|
| |
README | Mon Apr 28 11:20:56 -0700 2008 | |
| |
Rakefile | Mon Apr 28 11:20:56 -0700 2008 | |
| |
init.rb | Mon Apr 28 11:20:56 -0700 2008 | |
| |
install.rb | Mon Apr 28 11:20:56 -0700 2008 | |
| |
lib/ | Mon Sep 08 13:48:57 -0700 2008 | |
| |
tasks/ | Mon Apr 28 11:20:56 -0700 2008 | |
| |
test/ | Mon Sep 08 13:48:57 -0700 2008 | |
| |
uninstall.rb | Mon Apr 28 11:20:56 -0700 2008 |
README
no_cache ======== This was extracted from a problem we had while building a RESTful wizard without breaking the back button http://giantrobots.thoughtbot.com/2008/4/25/pitfalls-in-restful-wizards The no_cache plugin will force the browser to fetch a page every time, including on clicks to the 'back' and 'forward' buttons. 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 %> Copyright (c) 2008 Chad Pytel, Dan Croak, and thoughtbot, inc. Released under the MIT license







