aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/partial_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Instrument cached collection renders.Kasper Timm Hansen2016-02-201-12/+12
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-7/+0
* Write to collection cache where the template is rendered.Kasper Timm Hansen2016-02-121-0/+7
* 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
* zOMG 37 objects savedschneems2015-07-301-1/+1
* Remove duplicate private statementRoque Pinel2015-06-211-2/+0
* Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-1/+1
* [ci skip] Fix `&>` with `%>`yui-knk2015-03-251-9/+9
* Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-2/+6
* 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
* marking private methods which dont work if called on their own anywaysEugene Gilburg2014-07-181-0/+2
* small refactors to actionview renderersEugene Gilburg2014-07-181-10/+10
* 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
* Improve readability of sentence in partial-renderer docs [ci skip]Mac Martine2013-11-191-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+492