aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file
Commit message (Expand)AuthorAgeFilesLines
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-40/+34
* Make atomic_write() puts the check_file in the cache dir, not in applicationBruno Duyé2009-02-191-1/+1
* 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
* Make File.atomic_write copy the original permissions or use the directories d...Joshua Peek2008-08-061-0/+46