index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_view
/
template
/
error.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+0
*
Added activesupport requires for Array.wrap in previously modified files
Burke Libbey
2011-05-07
1
-0
/
+1
*
Remove redundant check for is_a?(String)
Burke Libbey
2011-05-06
1
-1
/
+1
*
Added a test for MissingTemplate change, and changed to use Array.wrap() as
Burke Libbey
2011-05-06
1
-1
/
+1
*
Made ActionView::MissingTemplate#initialize optionally accept a single string
Burke Libbey
2011-05-06
1
-0
/
+1
*
Merge branch 'template_error' into merge
Aaron Patterson
2011-01-18
1
-4
/
+1
|
\
|
*
Ensure original exception message is present in both Template::Error#message ...
John Firebaugh
2010-10-29
1
-4
/
+1
|
*
ActiveSupport::Deprecation.silence no longer needed.
John Firebaugh
2010-10-29
1
-1
/
+1
*
|
A bunch of cleanup on the inherited template patch
wycats
2010-12-26
1
-2
/
+6
|
/
*
Template::Error is also used if rendering fails.
John Firebaugh
2010-10-04
1
-2
/
+3
*
Initialize @sub_templates
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Final touches and fixes.
Rizwan Reza
2010-06-21
1
-0
/
+1
*
Update template to allow handlers to more cleanly handle encodings (ht: nex3)
wycats
2010-05-30
1
-0
/
+1
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-0
/
+18
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-18
/
+0
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-0
/
+18
*
Use annoted source code in Template:Error to avoid special cases in the show ...
José Valim
2010-05-09
1
-3
/
+2
*
Make backtrace_cleaner work as expected. Prior to this patch, the Full Trace ...
José Valim
2010-05-03
1
-26
/
+6
*
Eliminate an error from an implicit dependency on AV::Base
wycats
2010-03-19
1
-2
/
+22
*
Add autoloads for ActionView::Template* classes, and an ActionView::TemplateE...
Nathan Weizenbaum
2009-12-10
1
-1
/
+3
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-75
/
+77
*
Clean up log output for rendered templates
Joshua Peek
2009-09-24
1
-1
/
+1
*
ActionPack components should no longer have undeclared dependencies.
Yehuda Katz + Carl Lerche
2009-06-08
1
-0
/
+2
*
Refactor ActionView::Template
Yehuda Katz + Carl Lerche
2009-04-27
1
-2
/
+2
*
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-0
/
+99