aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer
Commit message (Expand)AuthorAgeFilesLines
* Simplify cache hit loggingAaron Patterson2016-08-241-2/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-162-2/+2
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-15/+17
* normalizes indentation and whitespace across the projectXavier Noria2016-08-064-280/+280
* modernizes hash syntax in actionviewXavier Noria2016-08-063-5/+5
* applies new string literal convention in actionview/libXavier Noria2016-08-063-8/+8
* Use to_a to pre-buffer the collectionSteven Harman2016-07-261-3/+2
* Default to an empty collection if falsey givenSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-261-1/+2
* systematic revision of =~ usage in AVXavier Noria2016-07-252-3/+4
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+7
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-3/+3
* We're not using $2 from this RegexpAkira Matsuda2016-03-051-1/+1
* Fix partial rendering with dot in filenameBenjamin Quorning2016-03-041-1/+1
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-1/+1
* 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