diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-26 13:09:56 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-26 13:09:56 +0000 |
commit | df7a4d498c542a57d99622e160b3ede3d8b688a9 (patch) | |
tree | 4a775b9404854ad3d3c8cf81c3ed53560d6c675d /actionpack/CHANGELOG | |
parent | b0d69b170f8bb7428846c46cf26bd0104d807100 (diff) | |
download | rails-df7a4d498c542a57d99622e160b3ede3d8b688a9.tar.gz rails-df7a4d498c542a57d99622e160b3ede3d8b688a9.tar.bz2 rails-df7a4d498c542a57d99622e160b3ede3d8b688a9.zip |
Added expire_matched_fragments(regular_expression) to clear out a lot of fragment caches at once #927 [technoweenie@gmail.com] Fixed the problems with : and ? in file names for fragment caches on Windows #927 [technoweenie@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@996 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index f4be0319e0..d0eeb05914 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added expire_matched_fragments(regular_expression) to clear out a lot of fragment caches at once #927 [technoweenie@gmail.com] + +* Fixed the problems with : and ? in file names for fragment caches on Windows #927 [technoweenie@gmail.com] + * Added TextHelper#human_size for formatting file sizes, like human_size(1234567) => 1.2 MB #943 [thomas@fesch.at] * Fixed link_to :confirm #936 [Nicholas Seckar] |