1. 12 3月, 2019 1 次提交
  2. 07 3月, 2019 7 次提交
  3. 05 3月, 2019 1 次提交
    • R
      Fix guide to use correct number of files created by controller generator · d29b8fbb
      rmacklin 提交于
      In e8546aba, the Getting Started guide
      was updated to reflect the removal of CoffeeScript stubs being generated
      by the controller generator. However, the comment above the table of
      generated files wasn't updated, so it incorrectly remained "This creates
      five files and one empty directory". This fixes it to now say "This
      creates four files and one empty directory".
      d29b8fbb
  4. 28 2月, 2019 1 次提交
  5. 26 2月, 2019 1 次提交
  6. 24 2月, 2019 1 次提交
  7. 23 2月, 2019 2 次提交
  8. 20 2月, 2019 2 次提交
  9. 19 2月, 2019 4 次提交
  10. 14 2月, 2019 1 次提交
  11. 11 2月, 2019 4 次提交
  12. 07 2月, 2019 1 次提交
  13. 05 2月, 2019 3 次提交
  14. 04 2月, 2019 2 次提交
    • U
      Update template missing text in Guide · 744ef604
      utilum 提交于
      Changes the Getting Started guide explanation for
      `ActionController::MissingExactTemplate` error, to reflect the current message.
      
      Follow up for #29286, #35148
      
      [ci skip]
      744ef604
    • U
      Fix and update template_missing image in guide · 3eeb063a
      utilum 提交于
      This commit updates the Missing Template image in the Getting Started
      Guide.
      
      The new image displays the current error message. Additionally:
      - New image is a PNG file, whereas the current image is in fact a misnamed JPEG.
      - New image is smaller.
      
      Before:
      
      ```
      $ file --mime -b template_is_missing_articles_new.png
      image/jpeg; charset=binary
      $ du -h template_is_missing_articles_new.png
      464K    template_is_missing_articles_new.png
      ```
      
      After:
      
      ```
      $ file --mime -b template_is_missing_articles_new.png
      image/png; charset=binary
      $ du -h template_is_missing_articles_new.png
      28K     template_is_missing_articles_new.png
      ```
      
      [ci-skip]
      3eeb063a
  15. 03 2月, 2019 1 次提交
    • G
      Cleanup the whitelisting references after #33145 · ca62dfee
      Genadi Samokovarov 提交于
      During the development of #33145, I have named a few concepts in the
      code as `whitelisted`. We decided to stay away from the term and I
      adjusted most of the code afterwards, but here are the cases I forgot to
      change.
      
      I also found a case in the API guide that we could have cleaned up as
      well.
      
      [ci skip]
      ca62dfee
  16. 02 2月, 2019 2 次提交
  17. 30 1月, 2019 2 次提交
  18. 27 1月, 2019 1 次提交
  19. 26 1月, 2019 1 次提交
  20. 25 1月, 2019 2 次提交