aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/digestor_test.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Only cache template digests if config.cache_template_loadingJosh Lauer2013-08-061-2/+11
| | | | | | since ActionView::Resolver.caching is set to the same value as config.cache_template_loading only cache template digests if config.cache_template_loading is not falsy fixes issues #10752 and #10791
* Fix test name typosVipul A M2013-07-191-2/+2
|
* Fix "Stack Level Too Deep" error when rendering recursive partialsRafael Mendonça França2013-07-071-0/+25
| | | | | | | When rendering recursive partial Action View is trying to generate the view digest infinitly causing a stack level error. Fixes #11340
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+197