Skip to content
  • Yehuda Katz + Carl Lerche's avatar
    cecafc52
    Refactor ActionView::Template · cecafc52
    Yehuda Katz + Carl Lerche authored
      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
    Refactor ActionView::Template
    Yehuda Katz + Carl Lerche authored
      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.
Loading