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
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-1
/
+1
*
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-1
/
+1
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
4
-10
/
+10
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-1
/
+1
*
Pull buffer assignment up
Aaron Patterson
2019-01-16
1
-1
/
+1
*
Always evaluate views against an ActionView::Base
Aaron Patterson
2019-01-16
1
-4
/
+6
*
Pull output buffer conditional up
Aaron Patterson
2019-01-16
1
-1
/
+3
*
Module#{define_method,alias_method,undef_method,remove_method} become public ...
Ryuta Kamizono
2018-12-21
1
-2
/
+2
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-6
/
+6
*
Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelist
Kevin Deisz
2018-08-24
1
-2
/
+12
*
Remove deprecated Erubis ERB handler
Rafael Mendonça França
2017-10-23
3
-97
/
+0
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
7
-0
/
+14
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
2
-10
/
+4
*
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