aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test
Commit message (Collapse)AuthorAgeFilesLines
* Partial template name does no more have to be a valid Ruby identifierAkira Matsuda2015-02-062-0/+1
| | | | because the partial renderer would not create an lvar per each template since c67005f221f102fe2caca231027d9b11cf630484
* 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
| | | | Now ActionView accepts <%= foo(){ %> and <%= foo()do %> :golf:
* handle <%== nil %> casesAaron Patterson2014-09-141-0/+1
| | | | | This is much less common than string literal appends, so add a special case method for it. Maybe fixes bug reported by @jeremy on 97ef636191933f1d4abc92fc10871e6d1195285c
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-092-0/+2
| | | | | | | | | | Related to: #14242 #14243 14293 Variants passed to LookupContext#find() seem to be ignored, so I've used the setter instead: `finder.variants = [ variant ]`. I've also added some more test cases for variants. Hopefully this time passing tests will mean it actually works.
* 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