RailsアプリでSendGridを使ってメールを送信している。 5/6の午前中あたりから急にメール送信時エラーを吐くようになった。 550 The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https:// ...
RailsアプリでSendGridを使ってメールを送信している。 5/6の午前中あたりから急にメール送信時エラーを吐くようになった。 550 The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https:// ...
GoRailsで紹介されていたインライン編集フォームの実装を手元で再実装してみた。 [元のリポジトリ] https://github.com/thoughtbot/hotwire-example-template [再実装したリポジトリ] 元のリポジトリでは抽象的に実装されていた部分をあえて具体的に再実装したので冗長なところがあります。 https://github.com/DaichiSait ...
この二つをやってみた。 トータル1時間くらいで終わる。 https://www.youtube.com/watch?v=JXa_Y-17Oj4 https://www.youtube.com/watch?v=FYhZPovlGZQ こんなものが出来上がる。 [ or other apps. daichisaito@DaichinoMacBook-Pro:~/Developing/RubyPractice/tech-essentials (master) $ hero ...
article -- categories であれば基本に忠実にcollectioncheckboxesを使えば良い。 今回article -< article_categoriesだけのパターンに出会ってハマったのでメモ。 articlecategoriesにcategoryidがenumで定義されてるパターン。 %= fo ...