aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unused AV/test/fixtures/happy_pathclaudiob2014-12-011-1/+0
|/
* Merge pull request #17871 from claudiob/remove-unused-blog-public-fixturesSantiago Pastorino2014-12-024-4/+0
|\
| * Remove unused AV/test/fixtures/blog_publicclaudiob2014-12-014-4/+0
* | Remove one AV fixture (duplicate of an AP fixture)claudiob2014-12-011-3/+0
|/
* Some valid block calls in templates caused syntax errorsAkira Matsuda2014-11-201-1/+1
* handle <%== nil %> casesAaron Patterson2014-09-141-0/+1
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-162-0/+2
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-092-0/+2
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-0/+15
* Added tests to render helper that expect `render partial: @foo` toIain Beeston2014-02-121-0/+1
* Unused classes in AV testsAkira Matsuda2013-12-241-4/+0
* Remove unused AV helper fixtures from e10a2531claudiob2013-09-144-16/+0
* Remove helper fixtures not used in any testclaudiob2013-09-091-2/+0
* Move abstract's controller tests to AVƁukasz StrzaƂkowski2013-08-257-0/+31
* Move remaining layouts tests to AVƁukasz StrzaƂkowski2013-08-2516-0/+26
* Move render_test to AVƁukasz StrzaƂkowski2013-08-2591-0/+150
* Move view_paths from AP to AVƁukasz StrzaƂkowski2013-08-252-0/+2
* Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-072-0/+2
* Restore mistakenly removed malformed file fixturesƁukasz StrzaƂkowski2013-06-205-0/+5
* Fix digestor testsƁukasz StrzaƂkowski2013-06-201-1/+2
* Copy company test fixture to AV (fixes failing test)Ɓukasz StrzaƂkowski2013-06-201-0/+9
* Remove unneeded test fixtures in AVPiotr Sarnacki2013-06-20129-277/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-20293-0/+708