1. 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
  2. 25 9月, 2009 1 次提交
  3. 16 8月, 2009 4 次提交
  4. 12 8月, 2009 2 次提交
  5. 09 8月, 2009 5 次提交
  6. 08 8月, 2009 2 次提交
  7. 07 8月, 2009 12 次提交
  8. 19 7月, 2009 1 次提交
  9. 26 6月, 2009 1 次提交
  10. 19 6月, 2009 2 次提交
  11. 18 6月, 2009 3 次提交
  12. 29 5月, 2009 1 次提交
  13. 13 5月, 2009 1 次提交
  14. 29 4月, 2009 1 次提交
  15. 28 4月, 2009 1 次提交
    • Y
      Refactor ActionView::Template · cecafc52
      Yehuda Katz + Carl Lerche 提交于
        ActionView::Template is now completely independent from template
        storage, which allows different back ends such as the database.
        ActionView::Template's only responsibility is to take in the
        template source (passed in from ActionView::Path), compile it,
        and render it.
      cecafc52
  16. 23 4月, 2009 1 次提交
    • Y
      Refactor ActionView::Path · 0a132c2f
      Yehuda Katz + Carl Lerche 提交于
        * Decouple from ActionController and ActionMailer
        * Bring back localization support.
        * Prepare to decouple templates from the filesystem.
        * Prepare to decouple localization from ActionView
        * Fix ActionMailer to take advantage of ActionView::Path
      0a132c2f
  17. 09 4月, 2009 1 次提交