1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/template
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
..
handlers Pass the template format to the digestor 2019-02-15 17:27:33 -08:00
error.rb Remove unused MissingRequestError 2017-10-31 08:48:15 +09:00
handlers.rb Take in to account optional arguments when deprecating 2019-02-04 13:21:24 -08:00
html.rb Templates have one format 2019-02-25 13:18:44 -08:00
inline.rb Add a finalizer to inline templates 2019-02-22 17:59:55 -08:00
resolver.rb Pass locals in to the template object on construction 2019-02-25 15:14:53 -08:00
text.rb Templates have one format 2019-02-25 13:18:44 -08:00
types.rb Fix broken doc layout for action_view [ci skip] 2017-08-27 09:12:19 +09:00