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
/
partial_renderer.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that rendered templates always have a format
Aaron Patterson
2019-02-22
1
-1
/
+1
*
Fix up style
Aaron Patterson
2019-02-19
1
-4
/
+4
*
Return rendered template information instead of just strings
Aaron Patterson
2019-02-19
1
-15
/
+10
*
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
*
Pull `@template` in to a local variable
Aaron Patterson
2019-01-28
1
-15
/
+16
*
Remove `@view` instance variable from the partial renderer
Aaron Patterson
2019-01-28
1
-17
/
+16
*
Revert "Allow usage of strings as locals for partial renderer"
Ufuk Kayserilioglu
2019-01-24
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
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
*
|
[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
1
-0
/
+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
1
-1
/
+1
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
1
-1
/
+1
*
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
1
-1
/
+1
*
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
*
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
|
/
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-14
/
+14
*
Simplify cache hit logging
Aaron Patterson
2016-08-24
1
-2
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-15
/
+17
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-162
/
+162
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Use to_a to pre-buffer the collection
Steven Harman
2016-07-26
1
-3
/
+2
*
Default to an empty collection if falsey given
Steven Harman
2016-07-26
1
-1
/
+1
*
Fix collection_from_options to allow Enumerators
Steven Harman
2016-07-26
1
-1
/
+2
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
1
-2
/
+3
*
We're not using $2 from this Regexp
Akira Matsuda
2016-03-05
1
-1
/
+1
*
Fix partial rendering with dot in filename
Benjamin Quorning
2016-03-04
1
-1
/
+1
*
Instrument cached collection renders.
Kasper Timm Hansen
2016-02-20
1
-12
/
+12
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-7
/
+0
*
Write to collection cache where the template is rendered.
Kasper Timm Hansen
2016-02-12
1
-0
/
+7
*
Respect value of `:object` if `:object` is false when rendering
yui-knk
2015-11-13
1
-1
/
+1
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-3
/
+3
*
zOMG 37 objects saved
schneems
2015-07-30
1
-1
/
+1
*
Remove duplicate private statement
Roque Pinel
2015-06-21
1
-2
/
+0
*
Do not put partial name to local_assigns when rendering without an object
Henrik Nygren
2015-05-14
1
-1
/
+1
*
[ci skip] Fix `&>` with `%>`
yui-knk
2015-03-25
1
-9
/
+9
*
Merge multi_fetch_fragments.
Kasper Timm Hansen
2015-02-20
1
-2
/
+6
[next]