| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure correct permission when `tmpdir` is the same as `dirname`. | Markus Reiter | 2018-10-02 | 1 | -1/+1 |
* | [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/lib | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | Rails documentation use american english.[ci skip] | ravindra kumar kumawat | 2015-09-09 | 1 | -1/+1 |
* | Removed Extra ‘the’ [ci skip] | Ronak Jangir | 2015-09-06 | 1 | -1/+1 |
* | File renaming should be the last operation of an atomic write | Jean Boussier | 2015-08-20 | 1 | -27/+29 |
* | Return value of yielded block in File.atomic_write | Ian Ker-Seymer | 2015-01-28 | 1 | -1/+4 |
* | atomic_write rescue also Errno::EACCES | Roberto Zanon | 2014-10-10 | 1 | -1/+1 |
* | Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
* | atomicc.rb: Don't assume we may chown/chmod a file. | Daniele Sluijters | 2012-10-29 | 1 | -2/+7 |
* | Replace flow-control exception with explicit test. | Patrick Mahoney | 2012-10-27 | 1 | -2/+2 |
* | revises a brittle test in Active Support | Xavier Noria | 2012-08-22 | 1 | -11/+21 |
* | String quotes and trailing spaces | Alexey Gaziev | 2012-04-29 | 1 | -4/+4 |
* | AS core_ext refactoring pt.2 | Alexey Gaziev | 2012-04-29 | 1 | -2/+8 |
* | call binmode on the tempfile for Ruby 1.8 compatibility | Aaron Patterson | 2012-02-27 | 1 | -1/+2 |
* | Merge pull request #5179 from RalphShnelvar/Binary_mode_Window_bug | Aaron Patterson | 2012-02-27 | 1 | -1/+1 |
* | remove File#to_path alias | Vasiliy Ermolovich | 2011-12-25 | 1 | -5/+0 |
* | Remove extra white spaces on ActiveSupport docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | Woops, forgot to actually add active_support/core_ext/file/path.rb | Carlhuda | 2010-02-23 | 1 | -0/+5 |
* | Use FileUtils.mv instead of rename to copy in case of cross-device links | Jeremy Kemper | 2010-02-18 | 1 | -1/+2 |
* | Fix doc typo and update fast_xs URL. Thanks to Dmitrii Golub. | Jeremy Kemper | 2010-02-07 | 1 | -1/+1 |
* | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) | Jeremy Kemper | 2009-03-21 | 1 | -40/+34 |
* | Make atomic_write() puts the check_file in the cache dir, not in application | Bruno Duyé | 2009-02-19 | 1 | -1/+1 |
* | Lazy-require tempfile for File#atomic_write | Jeremy Kemper | 2008-11-23 | 1 | -2/+2 |
* | Make sure the permissions check file is closed before being unlinked. | Michael Koziarski | 2008-09-14 | 1 | -1/+1 |
* | Make File.atomic_write copy the original permissions or use the directories d... | Joshua Peek | 2008-08-06 | 1 | -0/+46 |