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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
4
-5
/
+0
*
Remove useless find_partial method
st0012
2019-05-07
1
-5
/
+1
*
Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...
Rafael França
2019-05-01
3
-8
/
+7
|
\
|
*
Removed unused layout attribute from RenderedTemplate
Abhay Nikam
2019-03-09
3
-8
/
+7
*
|
Merge pull request #35145 from st0012/fix-35114
Rafael França
2019-04-03
1
-13
/
+20
|
\
\
|
*
|
Fix partial caching ignore repeated items issue
st0012
2019-04-04
1
-13
/
+20
*
|
|
Merge pull request #35825 from jhawthorn/always_filter_view_paths
Eileen M. Uchitelle
2019-04-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Always reject files external to app
John Hawthorn
2019-04-03
1
-1
/
+1
*
|
|
Rename File to RawFile
Cliff Pruitt
2019-04-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path
Kasper Timm Hansen
2019-03-31
1
-0
/
+1
|
\
\
|
*
|
Deprecate render layout with an absolute path
John Hawthorn
2019-03-29
1
-0
/
+1
*
|
|
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
1
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
1
-1
/
+6
*
|
|
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
1
-1
/
+1
|
/
/
*
/
Aligned the order of the arguments of render_template and render_with_layout
Shigeyuki-fukuda
2019-03-27
1
-2
/
+2
|
/
*
Templates have one format
Aaron Patterson
2019-02-25
2
-2
/
+2
*
Add a finalizer to inline templates
Aaron Patterson
2019-02-22
1
-1
/
+1
*
Merge pull request #35371 from rails/always-have-a-format
Aaron Patterson
2019-02-22
3
-5
/
+17
|
\
|
*
Ensure that rendered templates always have a format
Aaron Patterson
2019-02-22
3
-5
/
+17
*
|
Pass lookup context to the layout handlers
Aaron Patterson
2019-02-22
1
-1
/
+1
|
/
*
Fix up style
Aaron Patterson
2019-02-19
4
-8
/
+8
*
Return rendered template information instead of just strings
Aaron Patterson
2019-02-19
6
-29
/
+85
*
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-1
/
+1
*
Merge pull request #35253 from rails/cached-collections-must-have-a-template
Aaron Patterson
2019-02-13
1
-3
/
+11
|
\
|
*
Cached collections only work if there is one template
Aaron Patterson
2019-02-13
1
-3
/
+11
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-2
/
+0
|
/
*
Speed up partial rendering by caching "variable" calculation
Aaron Patterson
2019-02-05
1
-18
/
+31
*
Remove `with_layout_format` delegation
Aaron Patterson
2019-01-28
1
-1
/
+1
*
Cache the digest path on the stack.
Aaron Patterson
2019-01-28
1
-7
/
+5
*
Pull `@template` in to a local variable
Aaron Patterson
2019-01-28
3
-25
/
+24
*
Remove default parameters from method signature
Aaron Patterson
2019-01-28
1
-4
/
+2
*
Remove `@view` instance variable from the partial renderer
Aaron Patterson
2019-01-28
2
-25
/
+24
*
Remove `find_template` and `find_file` delegate methods
Aaron Patterson
2019-01-28
1
-1
/
+1
*
Deprecate `with_fallbacks` using a block
Aaron Patterson
2019-01-28
1
-4
/
+4
*
Revert "Allow usage of strings as locals for partial renderer"
Ufuk Kayserilioglu
2019-01-24
1
-1
/
+1
*
Pass the view around instead of using an ivar
Aaron Patterson
2019-01-23
2
-9
/
+7
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
[ci skip] document collection_caching.rb
schneems
2018-09-19
1
-0
/
+35
*
Move digest path calculation out of loop
schneems
2018-09-11
1
-1
/
+5
*
Merge pull request #30647 from droptheplot/render-partials-string-locals
Rafael França
2018-04-27
1
-1
/
+1
|
\
|
*
Allow usage of strings as locals for partial renderer
Sergey Novikov
2017-09-18
1
-1
/
+1
*
|
fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...
mfo
2017-11-25
1
-0
/
+2
*
|
[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
-10
/
+10
*
Fix RDoc formatting: `+` doesn't work with `@`
ohbarye
2017-08-11
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
6
-0
/
+11
*
Make actionview ready for frozen strings
Kir Shatrov
2017-07-23
1
-1
/
+2
*
[Action View] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...
Kasper Timm Hansen
2017-06-08
2
-1
/
+5
[next]