aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/layouts/standard.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
|
* Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-171-1/+1
|
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-0/+1
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.