mudge / atomic_page_caching
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Paul Mucur (author)
Mon May 11 07:17:33 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
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

