aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file/atomic.rb
Commit message (Collapse)AuthorAgeFilesLines
* Lazy-require tempfile for File#atomic_writeJeremy Kemper2008-11-231-2/+2
|
* Make sure the permissions check file is closed before being unlinked.Michael Koziarski2008-09-141-1/+1
| | | | [#1035 state:committed]
* Make File.atomic_write copy the original permissions or use the directories ↵Joshua Peek2008-08-061-0/+46
default.