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
/
test
/
template
/
compiled_templates_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved template handlers related code from ActionView::Base to ActionView::Tem...
Pratik Naik
2008-03-05
1
-1
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-12
/
+12
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-24
/
+28
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-49
/
+39
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-108
/
+109
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: compiled templates test
Jeremy Kemper
2007-12-21
1
-1
/
+5
*
More Action View refactoring. Knock :erb default down a notch. Closes #10455.
Jeremy Kemper
2007-12-10
1
-12
/
+14
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
1
-17
/
+34
*
Ensure compiled template tests pass on windows where there are no symlinks. [...
Michael Koziarski
2007-05-27
1
-22
/
+28
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-5
/
+3
*
Extract template_changed_since? from compile_template? so plugins may overrid...
Jeremy Kemper
2006-11-20
1
-1
/
+36
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+1
*
Fixed that real files and symlinks should be treated the same when compiling ...
David Heinemeier Hansson
2006-07-05
1
-0
/
+134