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
*
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
*
Take in to account optional arguments when deprecating
Aaron Patterson
2019-02-04
1
-1
/
+1
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
5
-11
/
+37
*
Introduce a file type template, deprecate `Template#refresh`
Aaron Patterson
2019-02-01
1
-2
/
+1
*
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
*
use match?
pavel
2018-12-12
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Fix for variants: :any special case
John Hawthorn
2018-09-12
1
-1
/
+3
*
Use wildcard glob for optimized template resolving
John Hawthorn
2018-09-12
1
-13
/
+51
*
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 unused `MissingRequestError`
yuuji.yaginuma
2017-10-31
1
-3
/
+0
*
Remove deprecated Erubis ERB handler
Rafael Mendonça França
2017-10-23
3
-97
/
+0
*
[Action View] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
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
[next]