1. 07 7月, 2013 1 次提交
  2. 26 6月, 2013 1 次提交
  3. 21 6月, 2013 2 次提交
  4. 20 6月, 2013 2 次提交
  5. 03 6月, 2013 1 次提交
  6. 29 5月, 2013 1 次提交
  7. 21 12月, 2012 1 次提交
  8. 20 12月, 2012 1 次提交
    • A
      Integrate Journey into Action Dispatch · 56fee39c
      Andrew White 提交于
      Move the Journey code underneath the ActionDispatch namespace so
      that we don't pollute the global namespace with names that may
      be used for models.
      
      Fixes rails/journey#49.
      56fee39c
  9. 12 5月, 2012 1 次提交
  10. 02 5月, 2012 1 次提交
  11. 03 2月, 2012 1 次提交
  12. 01 2月, 2012 1 次提交
  13. 30 1月, 2012 2 次提交
  14. 07 1月, 2012 1 次提交
  15. 22 9月, 2011 1 次提交
  16. 25 5月, 2011 1 次提交
  17. 25 11月, 2010 1 次提交
  18. 29 9月, 2010 1 次提交
  19. 19 9月, 2010 1 次提交
  20. 20 8月, 2010 1 次提交
  21. 18 8月, 2010 1 次提交
  22. 24 7月, 2010 1 次提交
  23. 23 7月, 2010 1 次提交
  24. 21 7月, 2010 1 次提交
  25. 17 6月, 2010 1 次提交
  26. 16 5月, 2010 1 次提交
  27. 02 3月, 2010 2 次提交
  28. 05 2月, 2010 3 次提交
  29. 15 12月, 2009 1 次提交
  30. 17 10月, 2009 1 次提交
  31. 15 10月, 2009 1 次提交
  32. 04 10月, 2009 2 次提交
  33. 29 9月, 2009 1 次提交
    • E
      Ported the new ActionView::TestCase from 2-3-stable to master [#3260 · 8ffc2e3b
      Erik Ostrom 提交于
      state:resolved]
      
      The test case now mimicks the template environment more closely, so it's
      possible to use render, load helper dependencies.
      
      This also fixes assert_select, and similar assertions. Because view tests
      and helpers generally don't render full templates assert_select looks
      first in rendered and then in output_buffer to find the rendered output.
      
      Additional `master'-only changes: Made the Action Pack Rakefile run the
      ActionView::TestCase tests, and made ActionView::Rendering#_render_text
      always return a string.
      Signed-off-by: NJoshua Peek <josh@joshpeek.com>
      8ffc2e3b