1. 18 1月, 2018 1 次提交
  2. 30 11月, 2017 1 次提交
  3. 06 10月, 2017 1 次提交
  4. 21 9月, 2017 1 次提交
  5. 23 8月, 2017 1 次提交
  6. 19 8月, 2017 1 次提交
  7. 15 8月, 2017 1 次提交
  8. 17 6月, 2017 1 次提交
  9. 03 6月, 2017 1 次提交
  10. 30 5月, 2017 1 次提交
  11. 16 3月, 2017 1 次提交
  12. 20 2月, 2017 1 次提交
  13. 05 1月, 2017 1 次提交
  14. 24 12月, 2016 1 次提交
  15. 18 11月, 2016 1 次提交
  16. 30 8月, 2016 4 次提交
  17. 20 8月, 2016 1 次提交
    • J
      Consistent examples and template for assets#precompile · b4c92be4
      Jon Atack 提交于
      Listening to a few developers today discussing their troubles in understanding how to use the asset pipeline, it turns out that the precompile examples in the guides and assets.rb template have over time become a bit inconsistent.
      
      This PR makes the examples consistent in code style, spacing, and asset names, removes the old 'swfObject.js' example, and in a couple of places wraps lines at 80 characters including in the assets.rb template.
      
      Re-add spaces inside array parentheses.
      b4c92be4
  18. 19 8月, 2016 1 次提交
  19. 11 5月, 2016 1 次提交
  20. 09 5月, 2016 2 次提交
  21. 30 4月, 2016 2 次提交
  22. 19 3月, 2016 1 次提交
  23. 10 3月, 2016 1 次提交
  24. 05 3月, 2016 1 次提交
  25. 24 2月, 2016 1 次提交
  26. 13 2月, 2016 1 次提交
  27. 08 2月, 2016 2 次提交
    • P
      abef3c2b
    • L
      doc changes · 5015215f
      Larry Kyrala 提交于
      for rails/rails#23431
      
             modified:   guides/source/asset_pipeline.md
      * description of asset combination from apps and gems, e.g. jquery-rails
      * after @vipulnsward's related change rails/rails#23479
        correction: --skip-sprockets will prevent all of these gems, not just sass-rails and uglifier
      
             modified:   guides/source/working_with_javascript_in_rails.md
      * noted that rails.js requires the asset pipeline
      
      [ci skip]
      5015215f
  28. 01 2月, 2016 1 次提交
  29. 27 1月, 2016 1 次提交
  30. 21 1月, 2016 1 次提交
  31. 18 12月, 2015 1 次提交
  32. 06 11月, 2015 2 次提交
  33. 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