aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/error.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'template_error' into mergeAaron Patterson2011-01-181-4/+1
|\
| * Ensure original exception message is present in both Template::Error#message ...John Firebaugh2010-10-291-4/+1
| * ActiveSupport::Deprecation.silence no longer needed.John Firebaugh2010-10-291-1/+1
* | A bunch of cleanup on the inherited template patchwycats2010-12-261-2/+6
|/
* Template::Error is also used if rendering fails.John Firebaugh2010-10-041-2/+3
* Initialize @sub_templatesEmilio Tagua2010-09-281-0/+1
* Final touches and fixes.Rizwan Reza2010-06-211-0/+1
* Update template to allow handlers to more cleanly handle encodings (ht: nex3)wycats2010-05-301-0/+1
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-0/+18
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-18/+0
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-0/+18
* Use annoted source code in Template:Error to avoid special cases in the show ...José Valim2010-05-091-3/+2
* Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...José Valim2010-05-031-26/+6
* Eliminate an error from an implicit dependency on AV::Basewycats2010-03-191-2/+22
* Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE...Nathan Weizenbaum2009-12-101-1/+3
* Reorganize autoloads:Carlhuda2009-12-021-75/+77
* Clean up log output for rendered templatesJoshua Peek2009-09-241-1/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-0/+2
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-2/+2
* Begin unifying the interface between ActionController and ActionViewYehuda Katz2009-01-221-0/+99