aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file
Commit message (Expand)AuthorAgeFilesLines
* Woops, forgot to actually add active_support/core_ext/file/path.rbCarlhuda2010-02-231-0/+5
* Use FileUtils.mv instead of rename to copy in case of cross-device linksJeremy Kemper2010-02-181-1/+2
* Fix doc typo and update fast_xs URL. Thanks to Dmitrii Golub.Jeremy Kemper2010-02-071-1/+1
* * 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