開始跑專案以後,我才學會的事 — nested attributes check_box checkbox 可以用 _destroy Reference Active Record Nested Attributes
ActionView::Helpers::FormHelper — check_box
ActionView::Helpers::FormHelper — fields_for [Rails] 使用nested_form動態新增輸入欄位
實作專案ResolutionTracker時,想增加分享目標給朋友的功能。在填入email的頁面需要動態增加輸入欄位,讓使用者一次存入多筆資料這裡介紹 nested_form 解決問題 然後使用bundle…alexliang.me Dynamic nested form "on the fly" in Rails
Rails offers the possibility to create nested forms. By default, this is a static process. It turns that we can add an…dev.to