1. 17 11月, 2012 1 次提交
  2. 09 11月, 2012 1 次提交
  3. 01 11月, 2012 1 次提交
  4. 21 7月, 2012 1 次提交
  5. 20 7月, 2012 1 次提交
  6. 13 7月, 2012 1 次提交
  7. 24 5月, 2012 1 次提交
    • V
      Revert "Remove blank trailing comments" · 1ad0b378
      Vijay Dev 提交于
      This reverts commit fa6d921e.
      
      Reason: Not a fan of such massive changes. We usually close such changes
      if made to Rails master as a pull request. Following the same principle
      here and reverting.
      
      [ci skip]
      1ad0b378
  8. 20 5月, 2012 2 次提交
    • D
      Raise Assertion instead of RoutingError for routing assertion failures. · dcce0113
      David Chelimsky 提交于
      Before this change, assert_recognizes, assert_generates, and
      assert_routing raised ActionController::RoutingError when they failed to
      recognize the route.
      
      This commit changes them to raise Assertion instead. This aligns with
      convention for logical failures, and supports reporting tools that care
      about the difference between logical failures and errors e.g. the
      summary at the end of a test run.
      
      - Fixes #5899
      dcce0113
    • H
      Remove blank trailing comments · fa6d921e
      Henrik Hodne 提交于
      For future reference, this is the regex I used: ^\s*#\s*\n(?!\s*#). Replace
      with the first match, and voilà! Note that the regex matches a little bit too
      much, so you probably want to `git add -i .` and go through every single diff
      to check if it actually should be changed.
      fa6d921e
  9. 15 5月, 2012 1 次提交
  10. 24 2月, 2012 1 次提交
  11. 07 1月, 2012 1 次提交
  12. 11 7月, 2011 1 次提交
  13. 24 5月, 2011 1 次提交
  14. 31 3月, 2011 1 次提交
  15. 14 2月, 2011 2 次提交
  16. 27 9月, 2010 3 次提交
  17. 28 8月, 2010 1 次提交
  18. 21 8月, 2010 1 次提交
  19. 22 6月, 2010 1 次提交
  20. 21 4月, 2010 1 次提交
  21. 31 3月, 2010 2 次提交
  22. 19 3月, 2010 2 次提交
  23. 17 3月, 2010 1 次提交
  24. 27 2月, 2010 3 次提交
  25. 26 2月, 2010 3 次提交
  26. 22 2月, 2010 1 次提交
  27. 17 1月, 2010 1 次提交
  28. 15 12月, 2009 1 次提交
  29. 13 12月, 2009 1 次提交
  30. 11 12月, 2009 1 次提交