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
*
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
*
Partial template name does no more have to be a valid Ruby identifier
Akira Matsuda
2015-02-06
1
-3
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-01-03
1
-5
/
+5
|
\
|
*
Fix "Rendering" not to link to AV::Rendering
claudiob
2014-12-25
1
-5
/
+5
*
|
fix error message of option as with invalid charters in partial rendering
Angelo capilleri
2014-12-29
1
-2
/
+10
|
/
*
Fix warning in AV tests
Sean Griffin
2014-11-25
1
-2
/
+4
*
Local vars should exist in partials for falsy `:object:` values too
Agis-
2014-11-25
1
-2
/
+2
*
marking private methods which dont work if called on their own anyways
Eugene Gilburg
2014-07-18
1
-0
/
+2
*
small refactors to actionview renderers
Eugene Gilburg
2014-07-18
1
-10
/
+10
*
Fix typo on the variable name
Rafael Mendonça França
2014-07-16
1
-8
/
+8
*
Document the PartialIteration object
Rafael Mendonça França
2014-07-16
1
-3
/
+9
[next]