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
Eugene Kenny d7b015a167 Encode template source before extracting lines
Before 2169bd3d2a, a template's source was
encoded in place when it was compiled, and the `source_extract` method
could rely on `Template#source` to return a properly encoded string.

Now that `Template#source` always returns a new copy of the template
source with no encoding, `source_extract` should call `encode!` itself.
2019-12-21 07:30:52 +00:00
..
handlers Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
sources Add ActionView::Template::Sources::File 2019-04-04 15:07:14 -07:00
error.rb Encode template source before extracting lines 2019-12-21 07:30:52 +00:00
handlers.rb active_support/deprecation has to be already required via active_support/rails.rb 2019-07-12 18:34:07 +09:00
html.rb active_support/deprecation has to be already required via active_support/rails.rb 2019-07-12 18:34:07 +09:00
inline.rb Add a finalizer to inline templates 2019-02-22 17:59:55 -08:00
raw_file.rb [ci skip] Updated the doc after renaming Template::File -> Template::RawFile in #35826 2019-04-02 14:03:43 +05:30
resolver.rb Merge pull request #28902 from voxik/fix-inspect 2019-12-19 13:20:45 -03:00
sources.rb Add ActionView::Template::Sources::File 2019-04-04 15:07:14 -07: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