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
/
template
/
render_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
`RenderingHelper` supports rendering objects that `respond_to?` `:render_in`
Joel Hawksley
2019-06-12
1
-0
/
+17
*
Remove useless `GC.start` in `test/template/render_test.rb`
Ryuta Kamizono
2019-05-06
1
-14
/
+0
*
Clear Resolvers' cache after running RenderTestCases' test cases
st0012
2019-05-06
1
-4
/
+9
*
Fix partial caching ignore repeated items issue
st0012
2019-04-04
1
-0
/
+22
*
Merge pull request #35688 from jhawthorn/render_file_rfc
Aaron Patterson
2019-03-30
1
-13
/
+23
|
\
|
*
Introduce Template::File as new render file:
John Hawthorn
2019-03-27
1
-13
/
+23
*
|
Fix annotated typo
Prathamesh Sonpatki
2019-03-29
1
-4
/
+4
*
|
Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...
Rafael França
2019-03-28
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add handling and tests.
Eli Rose
2019-02-17
1
-0
/
+6
*
|
Prefer render template: in tests
John Hawthorn
2019-03-21
1
-20
/
+21
*
|
Deprecate ActionView::PathSet as argument to ActionView::Base.new
Cliff Pruitt
2019-02-20
1
-0
/
+4
*
|
Move inline rendering content-type test to a controller test
Aaron Patterson
2019-02-19
1
-5
/
+0
*
|
Add a test that writes to the collection cache
Aaron Patterson
2019-02-19
1
-1
/
+8
*
|
Merge pull request #35293 from rails/remove-rendered-format-from-cache
Aaron Patterson
2019-02-19
1
-1
/
+1
|
\
\
|
*
|
Pass the template format to the digestor
Aaron Patterson
2019-02-15
1
-1
/
+1
|
|
/
*
/
Show deprecated message instead of raise exception in `compiled_method_contai...
yuuji.yaginuma
2019-02-16
1
-0
/
+7
|
/
*
Merge pull request #35253 from rails/cached-collections-must-have-a-template
Aaron Patterson
2019-02-13
1
-0
/
+11
|
\
|
*
Cached collections only work if there is one template
Aaron Patterson
2019-02-13
1
-0
/
+11
*
|
Turn lookup context in to a stack, push and pop if formats change
Aaron Patterson
2019-02-11
1
-2
/
+5
*
|
Adding another failing test case
Aaron Patterson
2019-02-11
1
-1
/
+10
*
|
Add a failing test for #35222
Aaron Patterson
2019-02-11
1
-0
/
+6
|
/
*
Always call super
Aaron Patterson
2019-02-08
1
-2
/
+0
*
Teach DetailsKey how to clear the template cache
Aaron Patterson
2019-02-08
1
-6
/
+5
*
Pull generated methods up in to the anonymous subclass
Aaron Patterson
2019-02-06
1
-8
/
+1
*
Move templates to an anonymous subclass of AV::Base
Aaron Patterson
2019-02-06
1
-2
/
+19
*
Take in to account optional arguments when deprecating
Aaron Patterson
2019-02-04
1
-0
/
+9
*
Pass source to template handler and deprecate old style handler
Aaron Patterson
2019-02-01
1
-3
/
+12
*
add tests to make sure deprecated API is still supported
Aaron Patterson
2019-01-31
1
-0
/
+10
*
Tighten up the AV::Base constructor
Aaron Patterson
2019-01-29
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Don’t allocate array on no args
schneems
2018-09-07
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
/
*
Define path with __dir__
bogdanvlviv
2017-05-23
1
-2
/
+2
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-3
/
+3
*
Should escape meta characters in regexp
Ryuta Kamizono
2017-05-07
1
-2
/
+2
*
Add tests for render template/partial with variants option.
Stan Lo
2017-04-14
1
-0
/
+8
*
Add information on `:formats` option in action_view_overview.md
kenta-s
2017-02-06
1
-2
/
+1
*
Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0
Ryuta Kamizono
2017-02-02
1
-1
/
+1
*
Fix test failures only seen when executed via bin/test
Akira Matsuda
2017-02-02
1
-1
/
+1
*
Merge pull request #27795 from meagar/fix-missing-partial-iteration
Rafael França
2017-01-31
1
-0
/
+9
|
\
|
*
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
1
-0
/
+9
*
|
Get neglected TODO done in render_test
kenta-s
2017-01-24
1
-2
/
+1
|
/
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-5
/
+5
*
Remove unneeded Deprecation silence
Rafael Mendonça França
2017-01-06
1
-5
/
+3
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
[next]