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
*
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
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-99
/
+99
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-41
/
+41
*
Use Ruby >= 1.9 hash syntax as is the preference
Steven Harman
2016-07-26
1
-1
/
+1
*
Fix collection_from_options to allow Enumerators
Steven Harman
2016-07-26
1
-0
/
+8
*
Change the raw template handler to render html-safe strings
eileencodes
2016-06-21
1
-0
/
+7
*
Add render allows unicode text name in partials - 🍣
Vipul A M
2016-04-17
1
-0
/
+4
*
Fix partial rendering with dot in filename
Benjamin Quorning
2016-03-04
1
-0
/
+5
*
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
1
-26
/
+29
*
WIP: Errors in logs should show log tags as well.
Vipul A M
2016-02-12
1
-3
/
+3
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-0
/
+7
|
\
|
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
1
-0
/
+7
*
|
Add Html template handler that wraps Raw output in an OutputBuffer
Santiago Pastorino
2016-01-05
1
-1
/
+6
|
/
*
Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Sam Stephenson
2015-12-14
1
-0
/
+4
*
Respect value of `:object` if `:object` is false when rendering
yui-knk
2015-11-13
1
-0
/
+2
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
1
-4
/
+4
*
Added test cases where collection partial cached for different key and render...
Ronak Jangir
2015-09-26
1
-0
/
+10
*
Fix cache issue when different partials use the same collection
Roque Pinel
2015-06-28
1
-4
/
+13
*
Do not put partial name to local_assigns when rendering without an object
Henrik Nygren
2015-05-14
1
-0
/
+8
*
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
1
-0
/
+38
|
\
|
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-1
/
+25
|
*
Merge multi_fetch_fragments.
Kasper Timm Hansen
2015-02-20
1
-0
/
+14
*
|
Error message testing fix
Franky W
2015-02-20
1
-1
/
+2
|
/
*
Partial template name does no more have to be a valid Ruby identifier
Akira Matsuda
2015-02-06
1
-13
/
+8
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Merge pull request #17974 from killthekitten/fix-render-block
Rafael Mendonça França
2015-01-02
1
-0
/
+5
|
\
|
*
Make possible to use blocks with short version of render partial
Nikolay Shebanov
2014-12-19
1
-0
/
+5
*
|
fix error message of option as with invalid charters in partial rendering
Angelo capilleri
2014-12-29
1
-3
/
+17
|
/
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
adding missing test coverage
Eugene Gilburg
2014-07-18
1
-0
/
+12
*
Added PartialIteration class used when rendering collections
Joel Junström
2014-07-16
1
-1
/
+1
*
Assert the nature of the original exception
Matthew Draper
2014-07-12
1
-0
/
+1
*
Merge pull request #11993 from razielgn/actionview-use-name-to-inspect-error
Guillermo Iguaran
2014-07-11
1
-1
/
+1
|
\
|
*
Use NameError#name to assert raised error.
Federico Ravasio
2013-11-24
1
-1
/
+1
*
|
Clean up I18n stored translations after test.
Zuhao Wan
2014-06-14
1
-1
/
+2
*
|
Add unregister_template_handler to prevent leaks.
Zuhao Wan
2014-06-12
1
-4
/
+23
*
|
Fix a fragile test on `action_view/render`
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
|
Added tests to render helper that expect `render partial: @foo` to
Iain Beeston
2014-02-12
1
-0
/
+10
*
|
`ActionView::MissingTemplate` for partials includes underscore.
Yves Senn
2013-12-02
1
-2
/
+2
|
/
*
Warnings removed for ruby trunk
Arun Agrawal
2013-11-01
1
-1
/
+1
*
Fix default rendered format problem when calling render method without :conte...
kennyj
2013-07-15
1
-0
/
+5
[next]