mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
dd9991bac5
Allowing templates with "." introduces some ambiguity. Is index.html.erb
a template named "index" with format "html", or is it a template named
"index.html" without a format? We know it's probably the former, but if
we asked ActionView to render "index.html" we would currently get some
combination of the two: a Template with index.html as the name and
virtual path, but with html as the format.
This deprecates having "." anywhere in the template's name, we should
reserve this character for specifying formats. I think in 99% of cases
this will be people specifying `index.html` instead of simply `index`.
This was actually once deprecated in the 3.x series (removed in
|
||
---|---|---|
.. | ||
handlers | ||
sources | ||
error.rb | ||
handlers.rb | ||
html.rb | ||
inline.rb | ||
raw_file.rb | ||
resolver.rb | ||
sources.rb | ||
text.rb | ||
types.rb |