1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Edouard CHIN
afb0220436 Cast ConfigurationFile#content_path to a string:
- This is required when we assign the `ERB#filename` in case
  of a Pathname.
2020-02-10 19:12:33 -04:00
Edouard CHIN
ec1b3d70ca
Add the filename when building ERB:
- If an error occurs when rendering ERB (other than a Psych's
  SyntaxError), it's impossible to know in which file the error
  occured.

  This commit fixes that
2020-02-10 23:06:30 +01:00