1. 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
  2. 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
  3. 08 4月, 2012 1 次提交
  4. 31 1月, 2012 1 次提交
  5. 13 1月, 2012 1 次提交
  6. 11 1月, 2012 2 次提交
  7. 06 1月, 2012 1 次提交
  8. 16 12月, 2011 1 次提交
  9. 13 12月, 2011 1 次提交
  10. 11 12月, 2011 1 次提交
  11. 01 12月, 2011 1 次提交
  12. 10 10月, 2011 1 次提交
  13. 09 10月, 2011 3 次提交
  14. 05 10月, 2011 3 次提交
  15. 04 10月, 2011 1 次提交
  16. 03 10月, 2011 3 次提交
  17. 02 10月, 2011 3 次提交
  18. 27 9月, 2011 2 次提交
  19. 24 9月, 2011 3 次提交
  20. 23 9月, 2011 1 次提交
  21. 17 9月, 2011 1 次提交
  22. 16 9月, 2011 1 次提交
  23. 14 9月, 2011 4 次提交
  24. 13 9月, 2011 2 次提交