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
*
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
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
1
-1
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-1
/
+1
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-1
/
+1
*
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
1
-1
/
+1
*
Remove TODOs related to Exceptron [ci skip]
kenta-s
2017-01-18
1
-2
/
+0
*
Fix grammar in partial_renderer.rb [ci skip]
kenta-s
2017-01-18
1
-1
/
+1
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-3
/
+3
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
1
-4
/
+4
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
2
-3
/
+3
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-1
/
+1
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
|
/
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-3
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-22
/
+22
[next]