aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures
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-213-3/+3
|/
* 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
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Fix digesting templates with mixed formatsJavan Makhmali2018-03-201-0/+1
* Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-1/+0
* fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stor...mfo2017-11-252-0/+3
* Use frozen string literal in actionview/Kir Shatrov2017-07-249-0/+18
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0221-21/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0221-0/+21
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-0121-0/+21
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+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-012-0/+2
|\
| * Add tests for render template/partial with variants option.Stan Lo2017-04-142-0/+2
* | Fix all style guides violationsRafael Mendonça França2017-04-199-12/+12
|/
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-2/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-062-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-062-2/+2
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-0/+3
* Fix finding templates for digesting for */* requests that render a non-defaul...Javan Makhmali2016-06-152-0/+2
* Explicity find with the rendered format to handle searching multiple view pat...Javan Makhmali2016-06-151-0/+0
* Fix digesting templates with identical logical names when requesting a format...Javan Makhmali2016-06-151-0/+1
* 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
* adds tests for Digestor#nested_dependenciesRyan T. Hosford2016-02-131-0/+2
* Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-052-0/+3
* Respect value of `:object` if `:object` is false when renderingyui-knk2015-11-131-0/+1
* Tweaked wording used in some tests.Sebastian McKenzie2015-10-251-1/+1
* Fix calling cache helper with a relationLachlan Sylvester2015-08-281-0/+4
* Add wildcard template dependencies.Kasper Timm Hansen2015-07-262-0/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-0/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-302-1/+2
* Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-141-0/+1
* Deleting unused fixturesThiago Pradi2015-03-142-10/+0
* fix ActionView::Template::Error when using Streaming with capture.yuuji.yaginuma2015-03-011-0/+6
* 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
* Merge pull request #17878 from claudiob/remove-unused-modgreet-fixtureYves Senn2014-12-021-1/+0
|\
| * Remove unused AV/test/fixtures/scopeclaudiob2014-12-011-1/+0