1. 21 10月, 2008 1 次提交
  2. 05 10月, 2008 1 次提交
  3. 21 9月, 2008 1 次提交
  4. 28 8月, 2008 1 次提交
  5. 27 8月, 2008 2 次提交
  6. 26 8月, 2008 1 次提交
  7. 21 8月, 2008 2 次提交
  8. 13 8月, 2008 1 次提交
  9. 23 7月, 2008 1 次提交
  10. 15 7月, 2008 1 次提交
  11. 21 6月, 2008 2 次提交
    • S
      Renamed lang/ to locale/ because that's what we seem to · 428aa24d
      Sven Fuchs 提交于
      standarize on. Also, in future this place can be used for data/code that's
      not literally translations but conceptually belongs to the locale (like
      custom pluralization algorithms etc.).
      428aa24d
    • S
      Changed process of storing translations from the · c1e25064
      Sven Fuchs 提交于
      client libraries to the backend: clients now can pass a block to
      backend#populate which can contain code to load and register translations.
      
      This makes sense for backends that persist their translations (e.g. to db)
      so the repeated loading and passing of translations throughout the server
      startup would be wasted resources.
      c1e25064
  12. 19 6月, 2008 1 次提交
  13. 05 6月, 2008 1 次提交
  14. 04 6月, 2008 2 次提交
  15. 15 5月, 2008 1 次提交
  16. 23 1月, 2008 1 次提交
  17. 19 1月, 2008 1 次提交
  18. 05 1月, 2008 1 次提交
  19. 04 1月, 2008 1 次提交
    • D
      Moved the caching stores from ActionController::Caching::Fragments::* to... · 2a9ad9cc
      David Heinemeier Hansson 提交于
      Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      2a9ad9cc
  20. 19 12月, 2007 1 次提交
  21. 26 10月, 2007 1 次提交
  22. 11 10月, 2007 1 次提交
  23. 08 10月, 2007 1 次提交
  24. 07 10月, 2007 2 次提交
  25. 25 9月, 2007 1 次提交
  26. 14 9月, 2007 1 次提交
  27. 02 5月, 2007 1 次提交
  28. 15 1月, 2007 1 次提交
  29. 04 10月, 2006 1 次提交
  30. 29 8月, 2006 1 次提交
  31. 27 7月, 2006 1 次提交
  32. 09 3月, 2006 1 次提交
  33. 08 3月, 2006 1 次提交
  34. 29 1月, 2006 1 次提交
  35. 27 12月, 2005 1 次提交