mudge / atomic_page_caching

Rails plugin to add an atomic page caching method for ActionController.

This URL has Read+Write access

Paul Mucur (author)
Mon May 11 07:17:33 -0700 2009
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
file install.rb
directory lib/
directory tasks/
directory test/
file uninstall.rb
README
Atomic Page Caching
=================

Rails' own caches_page helper uses File.write to cache pages which may not
be an atomic operation.

This plugin adds a new method, atomically_caches_page, which uses File.mv
to atomically replace cached pages.

Copyright (c) 2009 Paul Mucur, BeatThatQuote.com, released under the MIT license