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:
parent
6b21ac484f
commit
d62b880e3f
11 changed files with 697 additions and 0 deletions
1
vendor/plugins/action_cache/init.rb
vendored
Normal file
1
vendor/plugins/action_cache/init.rb
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
require 'action_cache'
|
Loading…
Add table
Add a link
Reference in a new issue