rails--rails/actionpack/test
Aaron Patterson d4015a7f06
Pass locals in to the template object on construction
This commit ensures that locals are passed in to the template objects
when they are constructed, then removes the `locals=` mutator on the
template object.  This means we don't need to mutate Template objects
with locals in the `decorate` method.
2019-02-25 15:14:53 -08:00
..
abstract Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +09:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller Pass the template format to the digestor 2019-02-15 17:27:33 -08:00
dispatch Pass locals in to the template object on construction 2019-02-25 15:14:53 -08:00
fixtures Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
journey Restrict matching with word boundary or end of string 2019-02-05 14:13:38 +02:00
lib/controller Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_unit.rb Use `Testing::Parallelization` in Action Packs's test 2018-11-28 16:10:14 +09:00