Masaki Komagata
Masaki Komagata
現状、"完了しているプラクティス 76 / 89" のような表示があるが、残っているプラクティスがどれなのかがわからないので、完了していないプラクティスの一覧も欲しい。 現状の"完了しているプラクティス"に"完了してないプラクティス"のようなタブを追加するイメージ。 完了してないプラクティスは、選択しているコースのすべてのプラクティスではなく、その中でも「進捗に含める」フラグがONになっているものだけを表示する。
``` Postmark::InactiveRecipientError: You tried to send to a recipient that has been marked as inactive. Found inactive addresses: [email protected]. Inactive recipients are ones that have generated a hard bounce, a...
AnnoucementCallbacksにあるWatch処理をnewspaperに置き換えたい - [既存の処理](https://github.com/fjordllc/bootcamp/blob/main/app/models/announcement_callbacks.rb#L8) - [ActiveRecordのObserversやCallbacksの問題点 - komagataのブログ](https://docs.komagata.org/5859) - [newspaperでActiveRecordのCallbacksを置き換える - komagataのブログ](https://docs.komagata.org/5860)
``` NoMethodError: undefined method `title' for nil:NilClass File "/app/app/views/api/searchables/_searchable.json.jbuilder", line 2, in _app_views_api_searchables__searchable_json_jbuilder___1624200261881869533_9240540 File "/usr/local/bundle/gems/actionview-6.1.4.4/lib/action_view/base.rb", line 247, in public_send File "/usr/local/bundle/gems/actionview-6.1.4.4/lib/action_view/base.rb", line 247, in _run File "/usr/local/bundle/gems/actionview-6.1.4.4/lib/action_view/template.rb", line 154, in...
``` NoMethodError: undefined method `comments' for nil:NilClass @comments = commentable.comments.order(created_at: :desc) ^^^^^^^^^ File "/app/app/controllers/api/comments_controller.rb", line 9, in index File "/usr/local/bundle/gems/actionpack-6.1.4.4/lib/action_controller/metal/basic_implicit_render.rb", line 6, in send_action File "/usr/local/bundle/gems/actionpack-6.1.4.4/lib/abstract_controller/base.rb", line 228, in process_action...