aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/renderer/partial_renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove useless find_partial methodst00122019-05-071-5/+1
* Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-091-2/+2
* Ensure that rendered templates always have a formatAaron Patterson2019-02-221-1/+1
* Fix up styleAaron Patterson2019-02-191-4/+4
* Return rendered template information instead of just stringsAaron Patterson2019-02-191-15/+10
* Merge pull request #35253 from rails/cached-collections-must-have-a-templateAaron Patterson2019-02-131-3/+11
|\
| * Cached collections only work if there is one templateAaron Patterson2019-02-131-3/+11
* | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-2/+0
|/
* Speed up partial rendering by caching "variable" calculationAaron Patterson2019-02-051-18/+31
* Pull `@template` in to a local variableAaron Patterson2019-01-281-15/+16
* Remove `@view` instance variable from the partial rendererAaron Patterson2019-01-281-17/+16
* Revert "Allow usage of strings as locals for partial renderer"Ufuk Kayserilioglu2019-01-241-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-271-1/+1
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-181-1/+1
* | [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
|/
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-10/+10
* Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-1/+1
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-1/+1
* Add partial iteration variable to template keysMatthew Eagar2017-01-251-1/+1
* Fix grammar in partial_renderer.rb [ci skip]kenta-s2017-01-181-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-3/+3
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-14/+14
* Simplify cache hit loggingAaron Patterson2016-08-241-2/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-15/+17
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-162/+162
* applies new string literal convention in actionview/libXavier Noria2016-08-061-5/+5
* 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-251-2/+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
* 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