1. 05 3月, 2013 2 次提交
  2. 28 2月, 2013 1 次提交
  3. 27 2月, 2013 3 次提交
  4. 26 2月, 2013 2 次提交
    • 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
    • G
      Bump i18n version to 0.6.2 · 80f7975e
      Guillermo Iguaran 提交于
      80f7975e
  5. 25 2月, 2013 6 次提交
  6. 24 2月, 2013 2 次提交
  7. 23 2月, 2013 3 次提交
  8. 22 2月, 2013 2 次提交
  9. 21 2月, 2013 1 次提交
  10. 20 2月, 2013 1 次提交
  11. 18 2月, 2013 1 次提交
  12. 11 2月, 2013 1 次提交
    • R
      Supress warning about method redifinition · cfd85255
      Ryunosuke SATO 提交于
      In i18n gem, the following methods are defined.
      - `Hash#except`
      - `Hash#slice`
      
      But if there are defined already, i18n skips these definitions.
      So these definition by `active_support` are required before `require 'i18n'`.
      cfd85255
  13. 10 2月, 2013 3 次提交
  14. 07 2月, 2013 2 次提交
  15. 31 1月, 2013 2 次提交
  16. 29 1月, 2013 5 次提交
  17. 28 1月, 2013 2 次提交
  18. 24 1月, 2013 1 次提交