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
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow :file to be outside rails root, but anything else must be inside the ra...
Aaron Patterson
2016-01-22
2
-2
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-11-15
1
-1
/
+1
|
\
|
*
[ci skip] Use full component name in public API document
yui-knk
2015-11-15
1
-1
/
+1
*
|
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
*
Pass formats to lookup_context
Rafael Mendonça França
2015-08-24
1
-1
/
+1
*
remove useless case in #resolve_layout.
Nick Sutterer
2015-08-24
1
-2
/
+0
*
remove LookupContext#with_layout_format by passing formats for layouts explic...
Nick Sutterer
2015-08-24
2
-8
/
+11
*
zOMG 37 objects saved
schneems
2015-07-30
1
-1
/
+1
*
Fix cache issue when different partials use the same collection
Roque Pinel
2015-06-28
1
-1
/
+1
*
Remove duplicate private statement
Roque Pinel
2015-06-21
1
-2
/
+0
*
spelling fix [ci skip]
karanarora
2015-05-19
1
-1
/
+1
*
Do not put partial name to local_assigns when rendering without an object
Henrik Nygren
2015-05-14
1
-1
/
+1
*
Merge pull request #19535 from JuanitoFatas/doc/av-comment
Yves Senn
2015-03-27
1
-1
/
+1
|
\
|
*
[ci skip] Unify the code comment in ActionView::Renderer#render_template.
Juanito Fatas
2015-03-27
1
-1
/
+1
*
|
Add missing :html option in determine_template error message.
Juanito Fatas
2015-03-27
1
-1
/
+1
|
/
*
[ci skip] Fix `&>` with `%>`
yui-knk
2015-03-25
1
-9
/
+9
*
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
1
-2
/
+15
*
Merge multi_fetch_fragments.
Kasper Timm Hansen
2015-02-20
2
-2
/
+63
*
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
*
Avoid creating unneeded Hash instance and calling slow Hash#fetch
Akira Matsuda
2014-10-25
1
-1
/
+1
*
marking private methods which dont work if called on their own anyways
Eugene Gilburg
2014-07-18
2
-1
/
+5
*
small refactors to actionview renderers
Eugene Gilburg
2014-07-18
3
-16
/
+15
*
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
*
Build only one PartialIteration object for loop
Rafael Mendonça França
2014-07-16
1
-11
/
+18
*
No need to have a file to PartialIteration class
Rafael Mendonça França
2014-07-16
1
-1
/
+17
*
Added PartialIteration class used when rendering collections
Joel Junström
2014-07-16
1
-13
/
+28
*
Introduce `render :html` for render HTML string
Prem Sichanugrist
2014-02-18
1
-0
/
+2
*
Introduce `render :plain` for render plain text
Prem Sichanugrist
2014-02-18
1
-1
/
+3
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-2
/
+4
*
typos rectified [ci skip]
Aayush khandelwal
2013-12-12
1
-1
/
+1
*
Improve readability of sentence in partial-renderer docs [ci skip]
Mac Martine
2013-11-19
1
-1
/
+1
*
Fix default rendered format problem when calling render method without :conte...
kennyj
2013-07-15
1
-1
/
+1
*
Move actionpack/lib/action_view* into actionview/lib
Piotr Sarnacki
2013-06-20
5
-0
/
+788