aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/dependency_tracker_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-2/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* 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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-2/+2
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* Fix dependency tracker bugJuho Leinonen2015-02-251-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Fix that render layout should also be picked up by the template dependency tr...David Heinemeier Hansson2014-07-251-0/+15
* Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-0/+1
* Avoid scanning multiple render calls as a single match.João Britto2014-01-091-4/+26
* Improve ERB dependency detection.João Britto2014-01-091-4/+88
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+74