Neo4jRB:在 ActiveNode 中复制 accepts_nested_attributes_for 功能?

Neo4jRB: replicating accepts_nested_attributes_for functionality in ActiveNode?

我希望能够使用 Rails' 原生表单基础设施来管理嵌套关系。

Changelog 引用了 accepts_nested_attributes_for,但它似乎不起作用。

我可以向 ActiveNode 添加属性而不是函数并手动管理相关模型的创建吗?

有意思。我必须更深入地了解才能确定,但​​由于 ActiveNode 使用 ActiveModel,似乎设置 <attribute>_attributes= 方法可能会有所帮助。请参阅这些链接:

https://coderwall.com/p/kvsbfa/nested-forms-with-activemodel-model-objects

https://github.com/plataformatec/simple_form/wiki/Use-with-ActiveModel-compliant-models

我自己还没有尝试过,但如果这没有帮助,那么 open an issue 在 repo 上,我们可以看看