aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_error.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Ensure all complied method names are cleaned up in the error backtraceJoshua Peek2008-07-051-1/+1
* Handle template error gracefully when line number cannot be derived. Closes #...Pratik Naik2008-03-151-2/+3
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-4/+4
* Precalculate the Backtrace of a template error to avoid raising exceptions in...Michael Koziarski2008-01-271-4/+11
* Fix TemplateError so it doesn't bomb on exceptions while running tests [rick]Rick Olson2007-11-261-3/+3
* Remove RAILS_ROOT from backtrace paths. Closes #8540.Jeremy Kemper2007-06-011-1/+1
* Deprecation: remove deprecated instance variables.Jeremy Kemper2007-03-131-8/+0
* Template errors: fix strange deprecation warnings on e.g. @flash.inspect, rem...Jeremy Kemper2006-11-171-42/+66
* Fix line number detection and escape RAILS_ROOT in backtrace RegexpNicholas Seckar2005-10-271-1/+2
* Improve line number detection for template errorsNicholas Seckar2005-10-161-1/+1
* Clean up error pages by providing better backtracesNicholas Seckar2005-10-151-23/+10
* Render refactoring; render error reporting fixesNicholas Seckar2005-08-261-18/+26
* Fixed error rendering of rxml documents to not just swallow the exception and...David Heinemeier Hansson2004-12-211-8/+7
* Added TemplateError#backtrace that makes it much easier to debug template err...David Heinemeier Hansson2004-12-131-3/+10
* InitialDavid Heinemeier Hansson2004-11-241-0/+84