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_handlers
/
compilable.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler a...
Joshua Peek
2008-07-18
1
-20
/
+0
*
Move dead recompile_template? also
Jeremy Kemper
2008-07-14
1
-12
/
+0
*
Remove dead code from merge
Jeremy Kemper
2008-07-14
1
-30
/
+0
*
Fix bad merge
Jeremy Kemper
2008-07-14
1
-2
/
+2
*
Use instance_method(...) to check whether the method exists
Jeremy Kemper
2008-07-14
1
-2
/
+44
*
Refactor template preloading. New abstractions include Renderable mixins and ...
Joshua Peek
2008-07-12
1
-50
/
+0
*
Changed ActionView::TemplateHandler#render API method signature to render(tem...
Joshua Peek
2008-07-11
1
-2
/
+2
*
Use ActionController::Base.logger to report template compilation errors since...
Jeremy Kemper
2008-07-09
1
-4
/
+4
*
Added local assign keys to compiled method name so two threads evaluating the...
Joshua Peek
2008-07-06
1
-24
/
+1
*
Synchronize template compiling
Joshua Peek
2008-07-06
1
-31
/
+34
*
Lookup compiled methods in CompiledTemplates instance methods set instead of ...
Joshua Peek
2008-07-05
1
-34
/
+24
*
Do not stat template files in production mode before rendering. You will no l...
Joshua Peek
2008-07-05
1
-28
/
+15
*
Deprecated TemplateHandler line offset
Joshua Peek
2008-07-05
1
-51
/
+50
*
Moved complied method name logic into Renderable
Joshua Peek
2008-07-05
1
-22
/
+2
*
Don't rely on view instance logger
Joshua Peek
2008-07-03
1
-4
/
+4
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-1
/
+7
*
Use output_buffer reader and writer methods exclusively instead of hitting th...
Jeremy Kemper
2008-06-08
1
-1
/
+1
*
Stack @output_buffer for nested rendering
Jeremy Kemper
2008-06-03
1
-2
/
+2
*
Pass template object to Handler#compile
Pratik Naik
2008-04-24
1
-1
/
+1
*
Refactor partial rendering into a PartialTemplate class. [Pratik]
Michael Koziarski
2008-03-03
1
-0
/
+4
*
Introduce a Template class to ActionView. Closes #11024 [lifofifo]
Michael Koziarski
2008-02-06
1
-22
/
+18
*
Move the declaration of the compilation related cattr_accessors to compilable...
Michael Koziarski
2008-01-30
1
-0
/
+12
*
Correct line numbers from template errors. Closes #10937 [Aleksey Kondratenko]
Michael Koziarski
2008-01-27
1
-1
/
+1
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-0
/
+116