aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer
Commit message (Expand)AuthorAgeFilesLines
* Instrument cached collection renders.Kasper Timm Hansen2016-02-203-16/+21
* Make collection caching explicit.Kasper Timm Hansen2016-02-202-33/+11
* Prefer empty? to any?.Kasper Timm Hansen2016-02-121-1/+1
* Stop mutating return value.Kasper Timm Hansen2016-02-121-2/+3
* Inline `fetch_or_cache_partial`.Kasper Timm Hansen2016-02-121-10/+6
* Write to collection cache where the template is rendered.Kasper Timm Hansen2016-02-122-9/+15
* Only write to collection cache if we have a callable cache key.Kasper Timm Hansen2016-02-121-1/+5
* Remove useless callable_cache_key? check.Kasper Timm Hansen2016-02-121-2/+1
* Remove single_template_render? method.Kasper Timm Hansen2016-02-121-5/+1
* Don't search in locals for cache_options.Kasper Timm Hansen2016-02-121-3/+1
* allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-222-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-1/+1
|\
| * [ci skip] Use full component name in public API documentyui-knk2015-11-151-1/+1
* | Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-131-1/+1
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
|/
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-3/+3
* Pass formats to lookup_contextRafael Mendonça França2015-08-241-1/+1
* remove useless case in #resolve_layout.Nick Sutterer2015-08-241-2/+0
* remove LookupContext#with_layout_format by passing formats for layouts explic...Nick Sutterer2015-08-242-8/+11
* zOMG 37 objects savedschneems2015-07-301-1/+1
* Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-1/+1
* Remove duplicate private statementRoque Pinel2015-06-211-2/+0
* spelling fix [ci skip]karanarora2015-05-191-1/+1
* Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-1/+1
* Merge pull request #19535 from JuanitoFatas/doc/av-commentYves Senn2015-03-271-1/+1
|\
| * [ci skip] Unify the code comment in ActionView::Renderer#render_template.Juanito Fatas2015-03-271-1/+1
* | Add missing :html option in determine_template error message.Juanito Fatas2015-03-271-1/+1
|/
* [ci skip] Fix `&>` with `%>`yui-knk2015-03-251-9/+9
* Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-2/+15
* Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-202-2/+63
* Partial template name does no more have to be a valid Ruby identifierAkira Matsuda2015-02-061-3/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-01-031-5/+5
|\
| * Fix "Rendering" not to link to AV::Renderingclaudiob2014-12-251-5/+5
* | fix error message of option as with invalid charters in partial renderingAngelo capilleri2014-12-291-2/+10
|/
* Fix warning in AV testsSean Griffin2014-11-251-2/+4
* Local vars should exist in partials for falsy `:object:` values tooAgis-2014-11-251-2/+2
* Avoid creating unneeded Hash instance and calling slow Hash#fetchAkira Matsuda2014-10-251-1/+1
* marking private methods which dont work if called on their own anywaysEugene Gilburg2014-07-182-1/+5
* small refactors to actionview renderersEugene Gilburg2014-07-183-16/+15
* Fix typo on the variable nameRafael Mendonça França2014-07-161-8/+8
* Document the PartialIteration objectRafael Mendonça França2014-07-161-3/+9
* Build only one PartialIteration object for loopRafael Mendonça França2014-07-161-11/+18
* No need to have a file to PartialIteration classRafael Mendonça França2014-07-161-1/+17
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-161-13/+28
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+2
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-1/+3
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-2/+4
* typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
* Improve readability of sentence in partial-renderer docs [ci skip]Mac Martine2013-11-191-1/+1
* Fix default rendered format problem when calling render method without :conte...kennyj2013-07-151-1/+1