1. 20 12月, 2010 1 次提交
  2. 14 8月, 2010 2 次提交
  3. 04 8月, 2010 1 次提交
  4. 22 7月, 2010 2 次提交
  5. 21 7月, 2010 3 次提交
  6. 21 6月, 2010 1 次提交
  7. 31 1月, 2010 1 次提交
  8. 07 12月, 2008 1 次提交
  9. 03 12月, 2008 2 次提交
  10. 02 12月, 2008 1 次提交
  11. 16 7月, 2008 1 次提交
  12. 28 5月, 2008 1 次提交
  13. 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
  14. 15 10月, 2007 1 次提交
  15. 21 2月, 2007 1 次提交
    • D
      Added .erb and .builder as preferred aliases to the now deprecated .rhtml and... · e1056530
      David Heinemeier Hansson 提交于
      Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though.
      
      git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
      e1056530
  16. 05 2月, 2007 1 次提交
  17. 04 9月, 2006 1 次提交
  18. 03 9月, 2006 1 次提交
  19. 01 9月, 2006 1 次提交
  20. 30 4月, 2006 1 次提交
  21. 07 11月, 2005 1 次提交
  22. 16 10月, 2005 1 次提交
  23. 11 7月, 2005 1 次提交
  24. 06 7月, 2005 1 次提交
  25. 29 6月, 2005 1 次提交
  26. 10 4月, 2005 1 次提交
  27. 22 3月, 2005 2 次提交
  28. 24 2月, 2005 2 次提交
  29. 17 1月, 2005 1 次提交
  30. 07 12月, 2004 1 次提交
  31. 24 11月, 2004 1 次提交