1. 30 6月, 2015 1 次提交
  2. 27 4月, 2015 2 次提交
  3. 30 3月, 2015 1 次提交
  4. 03 2月, 2015 1 次提交
  5. 20 12月, 2014 1 次提交
  6. 18 5月, 2014 1 次提交
  7. 24 4月, 2014 1 次提交
    • M
      Precompile the image we're referencing, too. · 4f31b776
      Matthew Draper 提交于
      You can't compile a file that references a non-compiled asset's path.
      
      .. unless you turn off asset runtime errors.
      
      Outside of a test case like this, `config.assets.precompile` would
      normally retain its default entry, which precompiles all images (and
      other non-JS/CSS files) that are in `app/assets`.
      4f31b776
  8. 10 4月, 2014 1 次提交
  9. 05 4月, 2014 1 次提交
  10. 01 11月, 2013 1 次提交
  11. 13 9月, 2013 1 次提交
  12. 11 7月, 2013 1 次提交
  13. 21 6月, 2013 1 次提交
  14. 14 6月, 2013 1 次提交
  15. 11 6月, 2013 1 次提交
  16. 03 4月, 2013 1 次提交
  17. 27 3月, 2013 1 次提交
  18. 25 3月, 2013 1 次提交
  19. 01 1月, 2013 1 次提交
  20. 14 11月, 2012 1 次提交
  21. 01 11月, 2012 1 次提交
  22. 16 10月, 2012 1 次提交
  23. 15 10月, 2012 1 次提交
  24. 13 10月, 2012 1 次提交
  25. 10 10月, 2012 1 次提交
  26. 29 9月, 2012 1 次提交
  27. 22 9月, 2012 1 次提交
  28. 19 9月, 2012 1 次提交
  29. 11 9月, 2012 1 次提交
  30. 09 9月, 2012 1 次提交
  31. 08 8月, 2012 1 次提交
  32. 03 8月, 2012 1 次提交
  33. 06 6月, 2012 1 次提交
    • J
      bundle exec rake assets:precompile shouldn't fail quietly. · ebb906d2
      John Yani 提交于
      If JavaScript runtime is not installed, execjs fails with error quietly,
      while tests continue to run. This should not happen since it causes tests
      to fail for unknown reason (#6621).
      
      This commit assures that if JavaScript runtime is not installed, an assertion
      is raised.
      ebb906d2
  34. 25 4月, 2012 1 次提交
    • J
      Remove default match without specified method · 56cdc81c
      Jose and Yehuda 提交于
      In the current router DSL, using the +match+ DSL
      method will match all verbs for the path to the
      specified endpoint.
      
      In the vast majority of cases, people are
      currently using +match+ when they actually mean
      +get+. This introduces security implications.
      
      This commit disallows calling +match+ without
      an HTTP verb constraint by default. To explicitly
      match all verbs, this commit also adds a
      :via => :all option to +match+.
      
      Closes #5964
      56cdc81c
  35. 08 4月, 2012 1 次提交
  36. 31 1月, 2012 1 次提交
  37. 13 1月, 2012 1 次提交
  38. 11 1月, 2012 2 次提交