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
*
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
*
Check if malformed fixture exists first
Łukasz Strzałkowski
2013-06-20
1
-0
/
+1
*
Move template tests from actionpack to actionview
Piotr Sarnacki
2013-06-20
1
-0
/
+537