1. 10 4月, 2013 4 次提交
  2. 07 4月, 2013 1 次提交
  3. 05 4月, 2013 2 次提交
  4. 04 4月, 2013 3 次提交
  5. 02 4月, 2013 1 次提交
  6. 30 3月, 2013 1 次提交
  7. 28 3月, 2013 1 次提交
  8. 19 3月, 2013 2 次提交
  9. 18 3月, 2013 1 次提交
  10. 17 3月, 2013 3 次提交
  11. 16 3月, 2013 4 次提交
  12. 13 3月, 2013 1 次提交
  13. 12 3月, 2013 1 次提交
  14. 11 3月, 2013 2 次提交
  15. 03 3月, 2013 1 次提交
  16. 26 2月, 2013 1 次提交
    • C
      Fix deletion of empty directories: · b8837066
      Charles Jones 提交于
      1. When comparing the directory to delete against the top level
         cache_path, use File.realpath to make sure we aren't comparing two
         unequal strings that point to the same path. This occurs, for
         example, when cache_path has a trailing slash, which it does in the
         default Rails configuration. Since the input to
         delete_empty_directories never has a trailing slash, the comparison
         will never be true and the top level cache directory (and above) may
         be deleted. However…
      
      2. File.delete raises EPERM when trying to delete a directory, so no
         directories have ever been deleted. Changing the code to Dir.delete
         fixes that.
      b8837066
  17. 25 2月, 2013 2 次提交
  18. 23 2月, 2013 1 次提交
  19. 22 2月, 2013 1 次提交
  20. 10 2月, 2013 1 次提交
  21. 31 1月, 2013 2 次提交
  22. 28 1月, 2013 1 次提交
  23. 24 1月, 2013 1 次提交
  24. 23 1月, 2013 2 次提交