1. 03 4月, 2013 1 次提交
  2. 26 1月, 2013 1 次提交
  3. 04 11月, 2012 1 次提交
  4. 08 9月, 2012 1 次提交
  5. 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
  6. 17 1月, 2012 1 次提交
  7. 26 9月, 2011 1 次提交
  8. 24 5月, 2011 1 次提交
  9. 05 5月, 2011 1 次提交
  10. 08 2月, 2011 1 次提交
  11. 04 10月, 2010 1 次提交
  12. 27 9月, 2010 1 次提交
  13. 26 9月, 2010 1 次提交
  14. 14 9月, 2010 1 次提交
  15. 05 9月, 2010 1 次提交
  16. 14 8月, 2010 2 次提交
  17. 18 7月, 2010 1 次提交
  18. 02 7月, 2010 1 次提交
  19. 28 6月, 2010 1 次提交
    • M
      Fixed that an ArgumentError is thrown when request.session_options[:id] is... · ebee77a2
      Michael Lovitt 提交于
      Fixed that an ArgumentError is thrown when request.session_options[:id] is read in the following scenario: when the cookie store is used, and the session contains a serialized object of an unloaded class, and no session data accesses have occurred yet. Pushed the stale_session_check responsibility out of the SessionHash and down into the session store, closer to where the deserialization actually occurs. Added some test coverage for this case and others related to deserialization of unloaded types.
      
      [#4938]
      Signed-off-by: NJosé Valim <jose.valim@gmail.com>
      ebee77a2
  20. 25 6月, 2010 1 次提交
  21. 24 6月, 2010 1 次提交
  22. 11 6月, 2010 4 次提交
  23. 18 5月, 2010 2 次提交
  24. 17 1月, 2010 1 次提交
  25. 05 11月, 2009 1 次提交
  26. 21 10月, 2009 1 次提交
  27. 04 10月, 2009 1 次提交
  28. 27 9月, 2009 3 次提交
  29. 04 9月, 2009 1 次提交
  30. 28 8月, 2009 1 次提交
  31. 25 5月, 2009 1 次提交
  32. 27 4月, 2009 1 次提交
  33. 22 4月, 2009 1 次提交