aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/file_test.rb
Commit message (Expand)AuthorAgeFilesLines
* revises a brittle test in Active SupportXavier Noria2012-08-221-1/+1
* Make File#atomic_write tests pass with umaskThibault Jouan2012-05-291-3/+3
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-4/+0
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-0/+4
* Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
* Use current umask when testing the expected file mode [#823 state:resolved]S. Brent Faulkner2008-08-131-4/+4
* Make File.atomic_write copy the original permissions or use the directories d...Joshua Peek2008-08-061-6/+44
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+3
* Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....Michael Koziarski2007-09-061-2/+2
* Add File.atomic_write to prevent users from seeing half written files. Usefu...Michael Koziarski2007-02-271-0/+29