index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
file_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure correct permission when `tmpdir` is the same as `dirname`.
Markus Reiter
2018-10-02
1
-0
/
+14
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-3
/
+3
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-2
/
+2
*
Return value of yielded block in File.atomic_write
Ian Ker-Seymer
2015-01-28
1
-0
/
+10
*
revises a brittle test in Active Support
Xavier Noria
2012-08-22
1
-1
/
+1
*
Make File#atomic_write tests pass with umask
Thibault Jouan
2012-05-29
1
-3
/
+3
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-1
/
+1
*
remove File#to_path alias
Vasiliy Ermolovich
2011-12-25
1
-4
/
+0
*
Fix streaming by having it create a File object, which can be handled by Rack...
Carlhuda
2010-02-23
1
-0
/
+4
*
Explicit test dependencies
Jeremy Kemper
2009-03-29
1
-0
/
+1
*
Use current umask when testing the expected file mode [#823 state:resolved]
S. Brent Faulkner
2008-08-13
1
-4
/
+4
*
Make File.atomic_write copy the original permissions or use the directories d...
Joshua Peek
2008-08-06
1
-6
/
+44
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
1
-3
/
+3
*
Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....
Michael Koziarski
2007-09-06
1
-2
/
+2
*
Add File.atomic_write to prevent users from seeing half written files. Usefu...
Michael Koziarski
2007-02-27
1
-0
/
+29