aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test
Commit message (Expand)AuthorAgeFilesLines
* Fix partial caching ignore repeated items issuest00122019-04-041-0/+1
* Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-281-0/+4
|\
| * Add handling and tests.Eli Rose2019-02-171-0/+4
* | Prefer render template: in testsJohn Hawthorn2019-03-212-2/+2
|/
* Address to useless assignment `formats = nil` after #35254Ryuta Kamizono2019-02-141-2/+0
* Adding another failing test caseAaron Patterson2019-02-1110-5/+29
* Add a failing test for #35222Aaron Patterson2019-02-114-0/+8
* fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-251-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-082-0/+4
* Merge pull request #28753 from st0012/add-render-with-variants-testKasper Timm Hansen2017-05-011-0/+1
|\
| * Add tests for render template/partial with variants option.Stan Lo2017-04-141-0/+1
* | Fix all style guides violationsRafael Mendonça França2017-04-191-2/+2
|/
* Add partial iteration variable to template keysMatthew Eagar2017-01-252-0/+2
* Allow render locals to be assigned to instance variablesAndrew White2017-01-151-0/+1
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-092-1/+1
* Enable `block` variable in viewToshimaru2016-12-091-0/+1
* Change render to support any hash keys in localsPeter Schilling2016-10-023-0/+3
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-0/+3
* Add render allows unicode text name in partials - 🍣Vipul A M2016-04-171-0/+1
* Fix partial rendering with dot in filenameBenjamin Quorning2016-03-041-0/+1
* Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-051-0/+1
* Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-131-0/+1
* Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-0/+1
* Collections automatically cache and fetch partials.Kasper Timm Hansen2015-02-212-0/+6
* Partial template name does no more have to be a valid Ruby identifierAkira Matsuda2015-02-062-0/+1
* Make possible to use blocks with short version of render partialNikolay Shebanov2014-12-191-0/+3
* Some valid block calls in templates caused syntax errorsAkira Matsuda2014-11-201-1/+1
* handle <%== nil %> casesAaron Patterson2014-09-141-0/+1
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-092-0/+2
* Restore mistakenly removed malformed file fixturesŁukasz Strzałkowski2013-06-205-0/+5
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-2040-70/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-20111-0/+207