1. 22 10月, 2019 1 次提交
  2. 27 7月, 2019 1 次提交
  3. 16 4月, 2019 1 次提交
  4. 12 4月, 2019 1 次提交
  5. 02 4月, 2019 1 次提交
  6. 26 3月, 2019 1 次提交
  7. 07 3月, 2019 1 次提交
  8. 20 11月, 2018 1 次提交
  9. 03 10月, 2018 1 次提交
  10. 12 9月, 2018 1 次提交
  11. 24 7月, 2018 1 次提交
  12. 07 7月, 2018 2 次提交
    • A
      Homogenize rails commands and former rake tasks · 6567464b
      Alberto Almagro 提交于
      This commit integrates most used previously rake commands into the
      above outer list. Ordering is based on their individual predicted
      frequency of use.
      
      Separation between bin/rails tasks is also removed to display all
      commands at the same level.
      
      It also removes references to rake and tasks and substitutes them
      for command.
      6567464b
    • 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
  13. 04 7月, 2018 1 次提交
  14. 23 6月, 2018 1 次提交
  15. 11 5月, 2018 1 次提交
    • A
      Added a lot of Oxford commas · 25867024
      Anthony Crumley 提交于
      [ci skip] A regular expression was used to find a lot of missing Oxford
      commas and add them.  The regular expression was as follows.
      
      ", ([a-zA-Z0-9.\`:'\"]+ ){1,6}(or|and) "
      25867024
  16. 18 2月, 2018 2 次提交
  17. 10 11月, 2017 1 次提交
  18. 06 10月, 2017 1 次提交
  19. 20 8月, 2017 1 次提交
  20. 15 8月, 2017 1 次提交
  21. 27 6月, 2017 1 次提交
  22. 25 3月, 2017 2 次提交
  23. 01 1月, 2017 1 次提交
  24. 13 7月, 2016 1 次提交
    • J
      Correct link for model generator field types · 5ae7fc5e
      Josh Justice 提交于
      The most complete list of field types appears in the `SchemaStatements` docs rather than the `TableDefinition` docs.
      
      The change to link to `SchemaStatements` means that the explanation for the `index` parameter is no longer available on the linked-to page. A brief explanation of the `index` parameter is added directly in the guide to make up for this.
      5ae7fc5e
  25. 10 7月, 2016 1 次提交
  26. 16 5月, 2016 1 次提交
  27. 01 5月, 2016 1 次提交
  28. 14 4月, 2016 1 次提交
  29. 05 3月, 2016 1 次提交
  30. 04 2月, 2016 1 次提交
  31. 03 2月, 2016 1 次提交
  32. 01 2月, 2016 1 次提交
  33. 23 1月, 2016 1 次提交
  34. 20 1月, 2016 2 次提交
  35. 09 1月, 2016 1 次提交
    • P
      rake log:clear task updated refs[#22544] · 68f46a81
      Pramod 提交于
      - Avoided truncating all files if no ENV['LOGS'] specified
      - Updated task to accept LOGS=all for truncating all files from log/ i.e. log/*log
      - If no LOGS specified will truncates standard environment log files i.e. 'development,test,production'
      - CHANGELOG & guide update added
      - bin/setup test cases fixed
      68f46a81
  36. 21 12月, 2015 1 次提交