1. 07 8月, 2016 2 次提交
  2. 27 2月, 2016 1 次提交
  3. 21 2月, 2016 1 次提交
    • K
      Instrument cached collection renders. · b4700de1
      Kasper Timm Hansen 提交于
      Augments the collection caching with some instrumentation that's logged.
      
      For collections that have been cached like:
      
      ```ruby
      <%= render partial: 'notifications/notification', collection: @notifications, cached: true %>
      ```
      
      We'll output a line showing how many cache hits we had when rendering it:
      
      ```
        Rendered collection of notifications/_notification.html.erb [0 / 100 cache hits] (3396.5ms)
      ```
      b4700de1
  4. 24 9月, 2015 1 次提交
  5. 20 6月, 2013 1 次提交
  6. 28 8月, 2012 1 次提交
    • P
      Remove stubs from LogSubscriber tests · 731bb2fe
      Piotr Sarnacki 提交于
      We can use another way to instantiate ActionView::Base, by passing
      renderer as a first option. Thanks to that we can just pass prefixes to
      LookupContext instead stubbing them on the controller. This is also good,
      because that kind of API is used in Rails code.
      731bb2fe
  7. 19 1月, 2012 1 次提交
  8. 22 9月, 2011 1 次提交
  9. 01 5月, 2011 1 次提交
  10. 27 12月, 2010 1 次提交
  11. 14 10月, 2010 1 次提交
  12. 27 9月, 2010 1 次提交
  13. 24 6月, 2010 1 次提交
  14. 03 3月, 2010 1 次提交
  15. 24 2月, 2010 1 次提交
  16. 17 2月, 2010 1 次提交
  17. 16 2月, 2010 1 次提交
  18. 01 2月, 2010 1 次提交
  19. 21 1月, 2010 1 次提交
  20. 16 1月, 2010 2 次提交
  21. 13 1月, 2010 2 次提交