1. 19 8月, 2020 1 次提交
  2. 18 8月, 2020 1 次提交
    • P
      Use headings to make Action Cable terminology more clear [skip ci] · 6217244b
      Petrik 提交于
      The Terminology section of the Action Cable guide currently is one large
      text without any headings. Instead of having one large text, we can use
      headings to describe all terminology for easier scanability and improved
      table of contents.
      
      The Broadcastings section mentions Pub/Sub so it's moved beneath the Pub/Sub
      section.
      
      The following part is moved up to the Connections terminology section.
      It makes more sense to have it where it introduces the term.
      > Connections form the foundation of the client-server relationship.
      6217244b
  3. 15 8月, 2020 3 次提交
  4. 13 8月, 2020 1 次提交
    • S
      Added docs for habtm association about the declaring model referring to zero or more associations · 810f2a65
      Sandip Mane 提交于
      parent f4471fc7
      author Sandip Mane <sandip.mane@bigbinary.com> 1593247595 +0530
      committer Sandip Mane <sandip2490@gmail.com> 1597253412 +0530
      
      Adds doc for habtm association for always optional: true
      
      Added docs line under definition of habtm with a text containing habtm refers to zero or more associations
      
      Added docs line under definition of habtm with a text containing it refers to zero or more associations
      
      Updated the sentence to include declaring association for habtm relation
      810f2a65
  5. 12 8月, 2020 2 次提交
  6. 08 8月, 2020 1 次提交
  7. 07 8月, 2020 1 次提交
  8. 04 8月, 2020 2 次提交
  9. 03 8月, 2020 1 次提交
  10. 02 8月, 2020 1 次提交
    • J
      Add baseline defaults section [ci skip] · ff881137
      Jonathan Hefner 提交于
      Mentioning the baseline default for a config option can be confusing
      when that default is overridden by `config.load_defaults`.  To avoid
      that confusion, this commit relocates such baseline defaults from their
      explanatory paragraphs to a "Baseline defaults" section that flows with
      the other `config.load_defaults` sections.
      
      Ideally, when we override other baseline defaults in the future, we will
      relocate mention of them as done here.
      
      Closes #39387.
      ff881137
  11. 01 8月, 2020 1 次提交
  12. 31 7月, 2020 1 次提交
  13. 30 7月, 2020 1 次提交
  14. 29 7月, 2020 1 次提交
  15. 27 7月, 2020 1 次提交
  16. 25 7月, 2020 1 次提交
    • J
      Add label attribute to <option> from include_blank · e6950a33
      Jonathan Hefner 提交于
      The `:include_blank` option of various `<select>`-related helpers causes
      an `<option>` element with no content to be rendered.  However, the
      [HTML spec] says that unless an `<option>` element has a `label`
      attribute (which must be non-empty), its content must be "Text that is
      not inter-element whitespace."
      
      In #24923, this issue was addressed for `select_tag` by adding a `label`
      attribute to the `<option>`.  This commit addresses the issue in the
      same manner for `FormBuilder#select` and various date / time select
      helpers.
      
      [HTML spec]: https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
      e6950a33
  17. 22 7月, 2020 1 次提交
  18. 19 7月, 2020 1 次提交
  19. 18 7月, 2020 1 次提交
  20. 16 7月, 2020 1 次提交
  21. 14 7月, 2020 1 次提交
  22. 13 7月, 2020 2 次提交
  23. 11 7月, 2020 1 次提交
  24. 10 7月, 2020 1 次提交
  25. 09 7月, 2020 3 次提交
  26. 08 7月, 2020 3 次提交
  27. 07 7月, 2020 5 次提交