aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/file.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove File#to_path aliasVasiliy Ermolovich2011-12-251-1/+0
|
* Missing require restoredwycats2010-06-081-0/+1
|
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-4/+0
| | | | | | * Convert some extension modules to simply reopening the class * Remove deprecated Float time extensions * Fold Base64 extension into ActiveSupport::Base64 since stdlib Base64 is gone
* Make File.atomic_write copy the original permissions or use the directories ↵Joshua Peek2008-08-061-20/+4
| | | | default.
* Improve documentation.Pratik Naik2008-03-261-6/+6
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9093 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Add File.atomic_write to prevent users from seeing half written files. ↵Michael Koziarski2007-02-271-0/+21
Useful for situations like Page Caching and the like. [Koz] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6262 5ecf4fe2-1ee6-0310-87b1-e25e094e27de