1. 14 8月, 2015 3 次提交
  2. 13 8月, 2015 7 次提交
  3. 12 8月, 2015 3 次提交
  4. 08 8月, 2015 1 次提交
  5. 14 8月, 2014 1 次提交
  6. 16 7月, 2014 1 次提交
  7. 04 6月, 2014 1 次提交
  8. 30 5月, 2014 2 次提交
  9. 11 7月, 2012 1 次提交
  10. 30 6月, 2012 1 次提交
  11. 26 4月, 2012 1 次提交
  12. 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
  13. 13 9月, 2011 1 次提交
  14. 14 8月, 2011 2 次提交
  15. 27 7月, 2011 1 次提交
  16. 26 7月, 2011 1 次提交
    • E
      Allow a route to have :format => true · b9c91426
      Erik Michaels-Ober 提交于
      When format is true, it is mandatory (as opposed to :format => false).
      This is currently not possible with resource routes, which automatically
      make format optional by default.
      b9c91426
  17. 29 3月, 2011 3 次提交
  18. 23 3月, 2011 1 次提交
  19. 12 3月, 2011 1 次提交