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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use tt in doc for ActionView [ci skip]
Yoshiyuki Hirano
2017-08-27
1
-3
/
+3
*
Fix broken doc layout for action_view [ci skip]
Yoshiyuki Hirano
2017-08-27
4
-4
/
+4
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
13
-0
/
+26
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
13
-13
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
13
-0
/
+13
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
13
-0
/
+13
|
*
|
Make ActionMailer frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
|
/
*
/
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
|
/
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
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
*
Merge pull request #27738 from kenta-s/remove-unused-argument-formats
Rafael França
2017-01-31
1
-2
/
+2
|
\
|
*
Remove unused argument `formats`
kenta-s
2017-01-20
1
-2
/
+2
*
|
Change ActionView ERB Handler from Erubis to Erubi
Jeremy Evans
2017-01-25
3
-72
/
+166
*
|
`find_templates` should be able to handle 5 arguments
kenta-s
2017-01-19
1
-2
/
+2
|
/
*
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
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-2
/
+2
*
Remove unused argument
Rafael Mendonça França
2016-12-02
1
-4
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-5
/
+5
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
2
-2
/
+0
*
Removed deprecated `#original_exception` in `ActionView::Template::Error`.
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
Merge pull request #26507 from Neodelf/actionview_duplicate
Rafael França
2016-09-16
2
-6
/
+2
|
\
|
*
DRYing duplicate methods
Andrey Molchanov
2016-09-16
2
-6
/
+2
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-5
/
+5
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-4
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-79
/
+79
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
2
-8
/
+8
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
7
-24
/
+24
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
2
-3
/
+5
*
Change the raw template handler to render html-safe strings
eileencodes
2016-06-21
1
-1
/
+1
*
keep layouts + locals from bloating the cache
Aaron Patterson
2016-05-17
1
-0
/
+17
*
Ensure Cache#inspect doesn't block concurrent cache writes
Jeremy Daer
2016-04-19
1
-0
/
+4
*
set in no more used in ActionView::Template::Types
Gaurav Sharma
2016-03-25
1
-1
/
+0
*
Support `:any` variants lookup in `PathResolver`
Godfrey Chan
2016-03-01
1
-2
/
+6
*
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
1
-2
/
+6
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-25
/
+0
*
WIP: Errors in logs should show log tags as well.
Vipul A M
2016-02-12
1
-2
/
+2
*
Merge pull request #22772 from gsamokovarov/nack-template-error
David Heinemeier Hansson
2016-02-10
1
-0
/
+4
|
\
|
*
Fix edge case with ActionView::Template::Error reraise
Genadi Samokovarov
2015-12-23
1
-0
/
+4
*
|
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-3
/
+20
|
\
\
|
*
|
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-3
/
+20
|
|
/
*
|
Remove ActionView dependence on ActionPack's Mime implementation
Jon Moss
2016-01-17
1
-1
/
+1
*
|
Store the symbols as an array.
Kasper Timm Hansen
2016-01-17
1
-1
/
+1
*
|
Enrich the SET constant to respond to symbols.
Kasper Timm Hansen
2016-01-17
1
-1
/
+5
*
|
Don't bother looking up the types.
Kasper Timm Hansen
2016-01-17
1
-3
/
+3
*
|
Replace class attribute with SET constant.
Kasper Timm Hansen
2016-01-17
1
-3
/
+2
*
|
Remove register abstraction.
Kasper Timm Hansen
2016-01-17
1
-7
/
+1
[next]