1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/actionpack/controller
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
..
capture_test.rb Remove deprecated catch-all route in the AV tests 2018-09-24 15:39:15 -07:00
layout_test.rb Pass source to template handler and deprecate old style handler 2019-02-01 16:19:53 -08:00
render_test.rb Move inline rendering content-type test to a controller test 2019-02-19 13:46:09 -08:00
view_paths_test.rb Pass locals in to the template object on construction 2019-02-25 15:14:53 -08:00