1. 25 6月, 2016 1 次提交
  2. 23 6月, 2016 1 次提交
  3. 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
  4. 16 5月, 2016 1 次提交
  5. 11 5月, 2016 4 次提交
  6. 09 5月, 2016 1 次提交
  7. 06 5月, 2016 1 次提交
  8. 01 5月, 2016 1 次提交
  9. 30 4月, 2016 3 次提交
  10. 27 4月, 2016 1 次提交
  11. 26 4月, 2016 1 次提交
  12. 22 4月, 2016 1 次提交
  13. 20 4月, 2016 1 次提交
  14. 14 4月, 2016 1 次提交
  15. 12 4月, 2016 2 次提交
  16. 11 4月, 2016 1 次提交
  17. 09 4月, 2016 1 次提交
  18. 05 4月, 2016 1 次提交
  19. 31 3月, 2016 1 次提交
  20. 22 3月, 2016 1 次提交
  21. 16 3月, 2016 1 次提交
  22. 06 3月, 2016 1 次提交
    • M
      Added some useful configuration options into configuring.md [ci skip] · 325ccb15
      Mehmet Emin İNAÇ 提交于
      Added information about inserting middlewares with indexes. I think this information useful. We can use indexes also for `insert_after` but the behavior is not same and this is not the right place to give full information about all configuration options.
      The configuration for I18n fallbacks is important for production environment. Especially using different fallbacks for different locales.
      325ccb15
  23. 05 3月, 2016 1 次提交
  24. 04 3月, 2016 1 次提交
  25. 28 2月, 2016 1 次提交
  26. 26 2月, 2016 1 次提交
  27. 25 2月, 2016 4 次提交
  28. 10 2月, 2016 1 次提交
  29. 03 2月, 2016 1 次提交
    • S
      Add initial support for allowing an error on order or limit of queries being ignored in batches · 08a74811
      Scott Ringwelski 提交于
      add some documentation and add 4 tests regarding error vs. warning behavior
      
      fix a typo when referring to the message
      
      go back to default in tests so that ordering is not important. use a constant instead of method. fix assert_nothing_raised call. use self.klass to allow per class configuration
      
      remove logger warn assets as that is tested elsewhere. pass error_on_ignore through find_each and find_in_batches also.
      
      add blocks to the finds so that the code is actually executed
      
      put the setting back to default in an ensure
      
      Add a changelog entry
      08a74811
  30. 01 2月, 2016 2 次提交