1. 30 11月, 2011 1 次提交
  2. 29 11月, 2011 1 次提交
    • T
      Fix ActionDispatch::Request method explanations · 237272e0
      Travis Pew 提交于
      The methods, "post?", "put?", "head?", etc. contain an incorrect
      explanation. They state that they are equivalent to request_method ==
      :type, but this is not accurate because the methods convert the string
      to a symbol. They are actually equivalent to:
        request_method_symbol == :type
      237272e0
  3. 28 11月, 2011 6 次提交
  4. 27 11月, 2011 5 次提交
  5. 26 11月, 2011 12 次提交
  6. 25 11月, 2011 12 次提交
  7. 24 11月, 2011 3 次提交