1. 07 5月, 2013 1 次提交
  2. 25 4月, 2013 2 次提交
  3. 20 2月, 2013 2 次提交
  4. 09 1月, 2013 1 次提交
    • J
      view_cache_dependency API · 70e684a6
      Jamis Buck 提交于
      A declarative API for specifying dependencies that affect template
      cache digest computation. In your controller, specify any of said
      dependencies:
      
        view_cache_dependency { "phone" if using_phone? }
      
      When the block is evaluated, the resulting value is included in the
      cache digest calculation, allowing you to generate different digests
      for effectively the same template. (Mostly useful if you're mucking
      with template load paths.)
      70e684a6
  5. 22 12月, 2012 1 次提交
  6. 27 10月, 2012 1 次提交
  7. 18 10月, 2012 1 次提交
  8. 12 10月, 2012 1 次提交
  9. 06 9月, 2012 1 次提交
  10. 30 8月, 2012 4 次提交