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
/
erb.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 1.9: Strip encoding from ERB source since you can not change character e...
Joshua Peek
2008-07-19
1
-2
/
+5
*
Get buffer for fragment cache from template's @output_buffer
Joshua Peek
2008-07-15
1
-6
/
+0
*
Improve readability
Jeremy Kemper
2008-06-24
1
-1
/
+3
*
Check whether blocks are called from erb using a special __in_erb_template va...
Jeremy Kemper
2008-06-19
1
-1
/
+2
*
Move erb_trim_mode setting to the ERB template handler. Keep a Base.erb_trim_...
Jeremy Kemper
2008-06-19
1
-1
/
+6
*
Work with @output_buffer instead of _erbout
Jeremy Kemper
2008-06-02
1
-1
/
+1
*
Try replacing _erbout with @output_buffer
Jeremy Kemper
2008-06-02
1
-4
/
+2
*
Pass template object to Handler#compile
Pratik Naik
2008-04-24
1
-1
/
+1
*
Automatically parse posted JSON content for Mime::JSON requests. [rick]
Rick Olson
2008-04-08
1
-1
/
+1
*
add json_escape ERB util to escape html entities in json strings that are out...
Rick Olson
2008-04-08
1
-1
/
+19
*
Refactor template compilation from AV::Base into the template handlers. Clos...
Michael Koziarski
2008-01-22
1
-4
/
+2
*
* Pass around handler instances, not their classes [Koz]
Michael Koziarski
2008-01-11
1
-0
/
+4
*
Move fragment caching from special helper methods to TemplateHandler. Closes ...
Jeremy Kemper
2008-01-10
1
-0
/
+6
*
The asset_host block takes the controller request as an optional second argum...
Jeremy Kemper
2008-01-06
1
-0
/
+9
*
Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Refactor Action View template handlers. Closes #10437.
Jeremy Kemper
2007-12-09
1
-0
/
+21