aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/file_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-0/+14
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Return value of yielded block in File.atomic_writeIan Ker-Seymer2015-01-281-0/+10
* 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