aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/controller/layout_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-1/+3
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-2/+2
* make bot happyAaron Patterson2018-09-241-6/+6
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+21
* 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
* Define path with __dir__bogdanvlviv2017-05-231-3/+3
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-7/+7
* applies new string literal convention in actionview/testXavier Noria2016-08-061-32/+32
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"Rafael Mendonça França2015-06-021-14/+0
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-14/+14
* fix for actionview parent layout bugMehmet Emin İNAÇ2015-04-081-0/+14
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha...Yves Senn2014-06-121-10/+23
|\
| * Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-10/+15
|/
* Unused classes in AV testsAkira Matsuda2013-12-241-6/+0
* Move actionpack's controller testsŁukasz Strzałkowski2013-08-251-0/+262