1. 09 6月, 2017 3 次提交
  2. 07 6月, 2017 1 次提交
  3. 06 6月, 2017 3 次提交
  4. 03 6月, 2017 3 次提交
  5. 02 6月, 2017 2 次提交
  6. 30 5月, 2017 3 次提交
  7. 29 5月, 2017 1 次提交
  8. 28 5月, 2017 1 次提交
  9. 27 5月, 2017 2 次提交
  10. 25 5月, 2017 4 次提交
  11. 24 5月, 2017 1 次提交
  12. 23 5月, 2017 1 次提交
  13. 22 5月, 2017 4 次提交
    • M
      AEAD encrypted cookies and sessions · 5a3ba63d
      Michael Coyne 提交于
      This commit changes encrypted cookies from AES in CBC HMAC mode to
      Authenticated Encryption using AES-GCM. It also provides a cookie jar
      to transparently upgrade encrypted cookies to this new scheme. Some
      other notable changes include:
      
      - There is a new application configuration value:
        +use_authenticated_cookie_encryption+. When enabled, AEAD encrypted
        cookies will be used.
      
      - +cookies.signed+ does not raise a +TypeError+ now if the name of an
        encrypted cookie is used. Encrypted cookies using the same key as
        signed cookies would be verified and serialization would then fail
        due the message still be encrypted.
      5a3ba63d
    • A
      We always + 1 to __LINE__ when class_evaling with << · d414881a
      Akira Matsuda 提交于
      [ci skip]
      d414881a
    • M
      Simplify handling of prerequisites in Getting Started guide [ci skip] · 65cc7b22
      Mike Gunderloy 提交于
      Telling people about prerequisites, and then telling them a page later
      how to check and install those prerequisites, is confusing. This commit
      removes the list and just handles the software installation in one
      place.
      
      Fixes #28565
      65cc7b22
    • D
      Improving docs for callbacks execution order [ci skip] · 4f395565
      dixpac 提交于
      When define callbacks latest definition on the same callback/method
      overwrites previous ones.
      4f395565
  14. 21 5月, 2017 4 次提交
  15. 20 5月, 2017 2 次提交
  16. 16 5月, 2017 1 次提交
  17. 15 5月, 2017 1 次提交
  18. 14 5月, 2017 2 次提交
    • E
      Clarify documentation for system test arguments · 46adb59b
      eileencodes 提交于
      Previously this implied that system tests provided other non-headless
      drivers when Selenium is the only driver that uses `:using`,
      `:screen_size` or `:options` arguments.
      
      This change clarifies that Selenium is the only non-headless driver.
      46adb59b
    • E
      Use a more realistic use-case for system test generator · c4c48b0d
      eileencodes 提交于
      It's more likely you'll generate a test for testing users than a users
      creates test. This is a better example of a real world test.
      Additionally the users create view is unlikely to have the text
      "UserCreates" since that is likely generated as well. This is now an
      example of visiting the users index.
      c4c48b0d
  19. 13 5月, 2017 1 次提交