1. 07 9月, 2016 1 次提交
  2. 30 8月, 2016 3 次提交
  3. 26 8月, 2016 3 次提交
  4. 23 8月, 2016 1 次提交
  5. 17 8月, 2016 1 次提交
  6. 14 8月, 2016 1 次提交
  7. 09 8月, 2016 1 次提交
  8. 08 8月, 2016 1 次提交
    • S
      Modify LogSubscriber for single partial's cache message. · ab2af4df
      Stan Lo 提交于
      Implement naive partial caching mechanism.
      
      Add test for LogSubscriber
      
      Use ActionView::Base#log_payload to store log_subscriber's payload, so we can pass cache result into it.
      
      Fixed tests
      
      Remove useless settings
      
      Check if #log_payload exists before calling it. Because other classes also includes CacheHelper but don't have is attribute
      
      Use @log_payload_for_partial_reder instead of #log_payload to carry ActionView's payload.
      
      Update test's hash syntax
      
      Add configuration to enable/disable fragment caching logging
      
      Remove unless test and add new test to ensure cache info won't effect next rendering's log
      
      Move :enable_fragment_cache_logging config from ActionView to ActionPack
      
      Apply new config to tests
      
      Update actionview's changelog
      
      Update configuration guide
      
      Improve actionview's changelog
      
      Refactor PartialRenderer#render and log tests
      
      Mute subscriber's log instead of disabling instrumentation.
      
      Fix typo, remove useless comment and use new hash syntax
      
      Improve actionpack's log_subscriber test
      
      Fix rebase mistake
      
      Apply new config to all caching intstrument actions
      ab2af4df
  9. 21 7月, 2016 1 次提交
  10. 18 7月, 2016 1 次提交
  11. 17 7月, 2016 1 次提交
  12. 10 7月, 2016 1 次提交
  13. 06 7月, 2016 1 次提交
  14. 30 6月, 2016 2 次提交
  15. 29 6月, 2016 1 次提交
  16. 25 6月, 2016 1 次提交
  17. 23 6月, 2016 1 次提交
  18. 07 6月, 2016 1 次提交
    • J
      Do not suggest nonsensical OpenSSL verify modes [ci skip] · 5e3fb2f7
      Jonne Haß 提交于
      SSL_set_verify(3) explains:
      
      SSL_VERIFY_FAIL_IF_NO_PEER_CERT
        Server mode: if the client did not return a certificate, the TLS/SSL
      handshake is immediately terminated with a "handshake failure" alert.
      This flag must
        be used together with SSL_VERIFY_PEER.
      
        Client mode: ignored
      
      SSL_VERIFY_CLIENT_ONCE
        Server mode: only request a client certificate on the initial TLS/SSL
      handshake. Do not ask for a client certificate again in case of a
      renegotiation.
        This flag must be used together with SSL_VERIFY_PEER.
      
        Client mode: ignored
      
      The SMTP connection here uses a OpenSSL socket in client mode,
      suggesting invalid/ignored flags is rather misleading.
      5e3fb2f7
  19. 16 5月, 2016 1 次提交
  20. 11 5月, 2016 4 次提交
  21. 09 5月, 2016 1 次提交
  22. 06 5月, 2016 1 次提交
  23. 01 5月, 2016 1 次提交
  24. 30 4月, 2016 3 次提交
  25. 27 4月, 2016 1 次提交
  26. 26 4月, 2016 1 次提交
  27. 22 4月, 2016 1 次提交
  28. 20 4月, 2016 1 次提交
  29. 14 4月, 2016 1 次提交
  30. 12 4月, 2016 1 次提交