1. 21 8月, 2020 1 次提交
  2. 17 5月, 2020 1 次提交
  3. 05 5月, 2020 1 次提交
  4. 20 3月, 2020 1 次提交
  5. 25 12月, 2019 1 次提交
  6. 18 12月, 2019 1 次提交
  7. 13 12月, 2019 1 次提交
  8. 24 10月, 2019 1 次提交
  9. 10 10月, 2019 2 次提交
  10. 18 9月, 2019 1 次提交
  11. 16 9月, 2019 2 次提交
  12. 14 8月, 2019 1 次提交
  13. 13 8月, 2019 2 次提交
  14. 07 8月, 2019 1 次提交
  15. 03 8月, 2019 1 次提交
  16. 31 7月, 2019 1 次提交
  17. 12 7月, 2019 1 次提交
  18. 10 7月, 2019 2 次提交
  19. 09 3月, 2019 1 次提交
  20. 08 9月, 2018 1 次提交
  21. 24 7月, 2018 1 次提交
  22. 07 7月, 2018 2 次提交
    • A
      Improve text readability · 49e6df35
      Alberto Almagro 提交于
      49e6df35
    • A
      Recommend use of rails over bin/rails · 40b209db
      Alberto Almagro 提交于
      As discussed in #33203 rails command already looks for, and runs,
      bin/rails if it is present.
      
      We were mixing recommendations within guides and USAGE guidelines,
      in some files we recommended using rails, in others bin/rails and
      in some cases we even had both options mixed together.
      40b209db
  23. 06 5月, 2018 1 次提交
    • X
      restores original intention in constants guide, reworded [ci skip] · 5c7656d9
      Xavier Noria 提交于
      Once all technicalities have been introduced, the purpose of this
      paragraph is to precisely unroll expressions like "the String class".
      That way, the reader is forced to clearly separate concepts that Ruby
      programmers often have kind of blurred:
      
        * Constants are storage, like variables.
      
        * Ruby does not have syntax for class or module names.
      
        * `String` is a regular constant that holds a value. In this case, the
          value happens to be a class object.
      
        * Constants are stored in class and module objects. In the case of
          `String`, the holder is the class object stored in the `Object`
          constant.
      
      Understanding that paragraph the way is written is important to
      accomplish this objective.
      
      References #32818.
      5c7656d9
  24. 04 5月, 2018 1 次提交
  25. 12 2月, 2018 1 次提交
  26. 04 2月, 2018 1 次提交
  27. 31 1月, 2018 1 次提交
  28. 22 1月, 2018 1 次提交
  29. 01 11月, 2017 1 次提交
  30. 18 9月, 2017 1 次提交
  31. 21 8月, 2017 1 次提交
  32. 06 4月, 2017 1 次提交
  33. 26 5月, 2016 1 次提交
  34. 21 4月, 2016 1 次提交
  35. 17 12月, 2015 1 次提交