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
/
actionview
/
lib
/
action_view
/
template
/
handlers
Commit message (
Expand
)
Author
Age
Files
Lines
*
call `gem` `erubis` before require
yuuji.yaginuma
2017-02-01
1
-0
/
+1
*
Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`
Fumiaki MATSUSHIMA
2017-02-01
2
-1
/
+10
*
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
3
-72
/
+166
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
1
-2
/
+2
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-8
/
+8
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
1
-2
/
+3
*
Change the raw template handler to render html-safe strings
eileencodes
2016-06-21
1
-1
/
+1
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-25
/
+0
*
Prefer inspect over escaping and sorround by quote marks
Santiago Pastorino
2016-01-05
1
-3
/
+1
*
Add Html template handler that wraps Raw output in an OutputBuffer
Santiago Pastorino
2016-01-05
1
-0
/
+9
*
Support explicit defintion of resouce name for collection caching.
Dov Murik
2015-07-07
1
-2
/
+9
*
Improve detection of partial templates eligible for collection caching.
Dov Murik
2015-06-22
1
-1
/
+1
*
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-0
/
+18
*
Some valid block calls in templates caused syntax errors
Akira Matsuda
2014-11-20
1
-1
/
+1
*
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
handle <%== nil %> cases
Aaron Patterson
2014-09-14
1
-2
/
+2
*
optimize string literals in erb templates
Aaron Patterson
2013-12-03
1
-2
/
+2
*
Remove require to AP stuff that left
Łukasz Strzałkowski
2013-06-20
1
-1
/
+0
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
3
-0
/
+183