ETags and Action Caching

Added the action_cache plugin

    http://agilewebdevelopment.com/plugins/action_cache

which does action-caching with ETags support. The built-in Rails ETags "solution" sucks, because it forces a page-rerender, even when the content is unchanged.
This commit is contained in:
Jacques Distler 2007-05-25 22:52:42 -05:00
parent 6b21ac484f
commit d62b880e3f
11 changed files with 697 additions and 0 deletions

1
vendor/plugins/action_cache/init.rb vendored Normal file
View file

@ -0,0 +1 @@
require 'action_cache'