1. 30 6月, 2016 6 次提交
  2. 19 5月, 2016 1 次提交
  3. 16 4月, 2016 1 次提交
  4. 14 4月, 2016 1 次提交
  5. 13 4月, 2016 1 次提交
  6. 14 3月, 2016 1 次提交
  7. 28 2月, 2016 3 次提交
  8. 26 2月, 2016 1 次提交
  9. 13 2月, 2016 1 次提交
  10. 12 2月, 2016 3 次提交
  11. 03 2月, 2016 1 次提交
  12. 27 1月, 2016 1 次提交
  13. 22 12月, 2015 1 次提交
  14. 21 12月, 2015 1 次提交
  15. 17 12月, 2015 2 次提交
  16. 16 12月, 2015 1 次提交
  17. 05 11月, 2015 1 次提交
    • K
      Replace `serve_static_files` mentions in docs. · b7f547e6
      Kasper Timm Hansen 提交于
      Should use `public_file_server.enabled` instead.
      
      Clarified that static files will be served from the public directory, where it made sense.
      
      Also removed occurrence of the deprecated `static_cache_control`.
      b7f547e6
  18. 01 11月, 2015 1 次提交
  19. 02 10月, 2015 1 次提交
  20. 16 9月, 2015 1 次提交
  21. 14 9月, 2015 1 次提交
  22. 06 9月, 2015 1 次提交
  23. 07 8月, 2015 1 次提交
  24. 26 5月, 2015 1 次提交
  25. 20 5月, 2015 1 次提交
  26. 04 5月, 2015 1 次提交
  27. 02 5月, 2015 1 次提交
  28. 28 4月, 2015 1 次提交
  29. 15 4月, 2015 1 次提交
    • J
      Fix typos and improve the documentation · 6345f31f
      Jon Atack 提交于
      This is a squash of the following commits, from first to last:
      
      -
      
      Fix minor, random things I’ve come across lately that individually
      did not seem worth making a PR for, so I saved them for one commit.
      
      One common error is using “it’s” (which is an abbreviation of “it is”)
      when the possessive “its” should be used for indicating possession.
      
      -
      
      Changes include the name of a test, so remove the `[skip ci]` (thanks @senny).
      
      -
      
      Line wrap the changes at 80 chars and add one more doc fix.
      
      -
      
      Add a missing line wrap in the Contributing to Ruby on Rails Guide.
      
      -
      
      Line wrap the `TIP` section in the Contributing to Ruby on Rails Guide as well.
      
      Rendering the guide locally with `bundle exec rake guides:generate` did
      not show any change in on-screen formatting after adding the line wrap.
      
      The HTML generated is (extra line added to illustrate where the line
      wrap takes place):
      
          <div class="info"><p>Please squash your commits into a single commit
      when appropriate. This
      
          simplifies future cherry picks and also keeps the git log
      clean.</p></div>
      
      -
      
      Squash commits.
      6345f31f
  30. 14 4月, 2015 1 次提交