index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
custom_handler_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce ActionView::InlineTemplate class
Pratik Naik
2008-04-19
1
-3
/
+3
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-2
/
+2
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-3
/
+3
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-3
/
+7
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-1
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
ActionView: Allow to register a Template handler with a Symbol (dont kill mar...
David Heinemeier Hansson
2006-03-26
1
-0
/
+8
*
Streamline render process, code cleaning. Closes #2294.
Nicholas Seckar
2005-09-27
1
-3
/
+3
*
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...
David Heinemeier Hansson
2005-07-21
1
-2
/
+2
*
Added ActionView::Base.register_template_handler for easy integration of an a...
David Heinemeier Hansson
2005-02-19
1
-0
/
+33