aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-3/+3
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* Add tests for render template/partial with variants option.Stan Lo2017-04-141-0/+8
* Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-061-2/+1
* Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0Ryuta Kamizono2017-02-021-1/+1
* Fix test failures only seen when executed via bin/testAkira Matsuda2017-02-021-1/+1
* Merge pull request #27795 from meagar/fix-missing-partial-iterationRafael França2017-01-311-0/+9
|\
| * Add partial iteration variable to template keysMatthew Eagar2017-01-251-0/+9
* | Get neglected TODO done in render_testkenta-s2017-01-241-2/+1
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-5/+5
* Remove unneeded Deprecation silenceRafael Mendonça França2017-01-061-5/+3
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* modernizes hash syntax in actionviewXavier Noria2016-08-061-99/+99
* applies new string literal convention in actionview/testXavier Noria2016-08-061-41/+41
* Use Ruby >= 1.9 hash syntax as is the preferenceSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-261-0/+8
* Change the raw template handler to render html-safe stringseileencodes2016-06-211-0/+7
* Add render allows unicode text name in partials - 🍣Vipul A M2016-04-171-0/+4
* Fix partial rendering with dot in filenameBenjamin Quorning2016-03-041-0/+5
* Make collection caching explicit.Kasper Timm Hansen2016-02-201-26/+29
* WIP: Errors in logs should show log tags as well.Vipul A M2016-02-121-3/+3
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-0/+7
|\
| * allow :file to be outside rails root, but anything else must be inside the ra...Aaron Patterson2016-01-221-0/+7
* | Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-051-1/+6
|/
* Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-0/+4
* Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-131-0/+2
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-4/+4
* Added test cases where collection partial cached for different key and render...Ronak Jangir2015-09-261-0/+10
* Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-4/+13
* Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-0/+8
* Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+38
|\
| * Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-211-1/+25
| * Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+14
* | Error message testing fixFranky W2015-02-201-1/+2
|/
* Partial template name does no more have to be a valid Ruby identifierAkira Matsuda2015-02-061-13/+8
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Merge pull request #17974 from killthekitten/fix-render-blockRafael Mendonça França2015-01-021-0/+5
|\
| * Make possible to use blocks with short version of render partialNikolay Shebanov2014-12-191-0/+5
* | fix error message of option as with invalid charters in partial renderingAngelo capilleri2014-12-291-3/+17
|/
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* adding missing test coverageEugene Gilburg2014-07-181-0/+12
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-161-1/+1
* Assert the nature of the original exceptionMatthew Draper2014-07-121-0/+1