1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

encodeに関するエラー

Posted at

設定はきちんとしているのにencodeエラーが消えない状況に何度か陥ったのでメモ。

テンプレートの保存場所が間違っている

メールの本文を保存している場所が違うmailer/viewの中にあったので出てた...

mv app/views/mailer1/template_name.html.erb app/views/mailer2/template_name.html.erb

としたらなおった・・・ケアレスミス!

特殊文字を使ってた

は使えないらしい。メールの件名に使おうとしたらダメだった。
この辺は知ってないとできないところかな。

どうやってエラーを特定する?

  1. 中身を一旦消して、本文がダメなのかどうか見る
  2. 本文がダメだったら半分復活させてみて・・とかやる
  3. 本文がOKになっても起こるようなら件名にある

根気よくやるしかないのかな。経験を積むとあ、ここかな?ってわかるらしい。

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?