aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-1/+1
* [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/libXavier Noria2016-08-061-4/+4
* Rails documentation use american english.[ci skip]ravindra kumar kumawat2015-09-091-1/+1
* Removed Extra ‘the’ [ci skip]Ronak Jangir2015-09-061-1/+1
* File renaming should be the last operation of an atomic writeJean Boussier2015-08-201-27/+29
* Return value of yielded block in File.atomic_writeIan Ker-Seymer2015-01-281-1/+4
* atomic_write rescue also Errno::EACCESRoberto Zanon2014-10-101-1/+1
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* atomicc.rb: Don't assume we may chown/chmod a file.Daniele Sluijters2012-10-291-2/+7
* Replace flow-control exception with explicit test.Patrick Mahoney2012-10-271-2/+2
* revises a brittle test in Active SupportXavier Noria2012-08-221-11/+21
* String quotes and trailing spacesAlexey Gaziev2012-04-291-4/+4
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-2/+8
* call binmode on the tempfile for Ruby 1.8 compatibilityAaron Patterson2012-02-271-1/+2
* Merge pull request #5179 from RalphShnelvar/Binary_mode_Window_bugAaron Patterson2012-02-271-1/+1
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-5/+0
* Remove extra white spaces on ActiveSupport docs.Sebastian Martinez2011-05-231-1/+1
* 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