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
/
test
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Fix digesting templates with mixed formats
Javan Makhmali
2018-03-20
1
-0
/
+1
*
Clean up and consolidate .gitignores
bogdanvlviv
2018-02-17
1
-1
/
+0
*
fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...
mfo
2017-11-25
2
-0
/
+3
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
9
-0
/
+18
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
21
-21
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
21
-0
/
+21
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
21
-0
/
+21
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
/
*
Use a hash to record every partial's cache hit status instead of sharing a bo...
Stan Lo
2017-06-08
2
-0
/
+4
*
Merge pull request #28753 from st0012/add-render-with-variants-test
Kasper Timm Hansen
2017-05-01
2
-0
/
+2
|
\
|
*
Add tests for render template/partial with variants option.
Stan Lo
2017-04-14
2
-0
/
+2
*
|
Fix all style guides violations
Rafael Mendonça França
2017-04-19
9
-12
/
+12
|
/
*
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
2
-0
/
+2
*
Allow render locals to be assigned to instance variables
Andrew White
2017-01-15
1
-0
/
+1
*
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
2
-1
/
+1
*
Enable `block` variable in view
Toshimaru
2016-12-09
1
-0
/
+1
*
Change render to support any hash keys in locals
Peter Schilling
2016-10-02
3
-0
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-2
/
+1
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
2
-2
/
+2
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
2
-2
/
+2
*
New syntax for tag helpers i.e. tag.br instead of tag(br) #25195
Marek
2016-06-27
1
-0
/
+3
*
Fix finding templates for digesting for */* requests that render a non-defaul...
Javan Makhmali
2016-06-15
2
-0
/
+2
*
Explicity find with the rendered format to handle searching multiple view pat...
Javan Makhmali
2016-06-15
1
-0
/
+0
*
Fix digesting templates with identical logical names when requesting a format...
Javan Makhmali
2016-06-15
1
-0
/
+1
*
Add render allows unicode text name in partials - 🍣
Vipul A M
2016-04-17
1
-0
/
+1
*
Fix partial rendering with dot in filename
Benjamin Quorning
2016-03-04
1
-0
/
+1
*
adds tests for Digestor#nested_dependencies
Ryan T. Hosford
2016-02-13
1
-0
/
+2
*
Add Html template handler that wraps Raw output in an OutputBuffer
Santiago Pastorino
2016-01-05
2
-0
/
+3
*
Respect value of `:object` if `:object` is false when rendering
yui-knk
2015-11-13
1
-0
/
+1
*
Tweaked wording used in some tests.
Sebastian McKenzie
2015-10-25
1
-1
/
+1
*
Fix calling cache helper with a relation
Lachlan Sylvester
2015-08-28
1
-0
/
+4
*
Add wildcard template dependencies.
Kasper Timm Hansen
2015-07-26
2
-0
/
+1
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-0
/
+1
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
2
-1
/
+2
*
Do not put partial name to local_assigns when rendering without an object
Henrik Nygren
2015-05-14
1
-0
/
+1
*
Deleting unused fixtures
Thiago Pradi
2015-03-14
2
-10
/
+0
*
fix ActionView::Template::Error when using Streaming with capture.
yuuji.yaginuma
2015-03-01
1
-0
/
+6
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
2
-0
/
+6
*
Partial template name does no more have to be a valid Ruby identifier
Akira Matsuda
2015-02-06
2
-0
/
+1
*
Make possible to use blocks with short version of render partial
Nikolay Shebanov
2014-12-19
1
-0
/
+3
*
Merge pull request #17878 from claudiob/remove-unused-modgreet-fixture
Yves Senn
2014-12-02
1
-1
/
+0
|
\
|
*
Remove unused AV/test/fixtures/scope
claudiob
2014-12-01
1
-1
/
+0
*
|
Remove unused AV/test/fixtures/happy_path
claudiob
2014-12-01
1
-1
/
+0
|
/
*
Merge pull request #17871 from claudiob/remove-unused-blog-public-fixtures
Santiago Pastorino
2014-12-02
4
-4
/
+0
|
\
|
*
Remove unused AV/test/fixtures/blog_public
claudiob
2014-12-01
4
-4
/
+0
*
|
Remove one AV fixture (duplicate of an AP fixture)
claudiob
2014-12-01
1
-3
/
+0
|
/
*
Some valid block calls in templates caused syntax errors
Akira Matsuda
2014-11-20
1
-1
/
+1
*
handle <%== nil %> cases
Aaron Patterson
2014-09-14
1
-0
/
+1
*
Added PartialIteration class used when rendering collections
Joel Junström
2014-07-16
2
-0
/
+2
[next]