1. 01 10月, 2012 1 次提交
  2. 30 9月, 2012 2 次提交
    • R
      Whitespaces [ci skip] · 623f2fbb
      Rafael Mendonça França 提交于
      623f2fbb
    • H
      `assert_template` no more passing with what ever string that matches. · 19dff78d
      Hugo Roque 提交于
      Given Im rendering an template `/layout/hello.html.erb`, assert_template was
      passing with any string that matches. This behavior allowed false passing like:
      
      	assert_template "layout"
      	assert_template "out/hello"
      
      Now the passing possibilities are:
      
      	assert_template "layout/hello"
      	assert_template "hello"
      
      fixing assert_template bug when template matches expected, but not ends with
      
      Cherry Pick Merge: Fixes issue #3849 assert_template false positive
      
      taking redundant test off
      
      prevening incorrect assert_template when rendering with repeated names in path
      
      updating CHANGELOG with bugfix: assert_template false passing
      19dff78d
  3. 27 9月, 2012 1 次提交
  4. 25 9月, 2012 2 次提交
  5. 04 8月, 2012 1 次提交
  6. 03 8月, 2012 2 次提交
  7. 30 7月, 2012 2 次提交
  8. 29 7月, 2012 1 次提交
  9. 28 7月, 2012 1 次提交
  10. 10 7月, 2012 1 次提交
  11. 06 7月, 2012 1 次提交
  12. 04 7月, 2012 11 次提交
  13. 23 6月, 2012 1 次提交
  14. 22 6月, 2012 1 次提交
  15. 18 5月, 2012 2 次提交
  16. 15 5月, 2012 1 次提交
  17. 05 5月, 2012 3 次提交
  18. 30 4月, 2012 1 次提交
  19. 29 4月, 2012 2 次提交
  20. 28 4月, 2012 1 次提交
  21. 27 4月, 2012 1 次提交
  22. 13 4月, 2012 1 次提交