gpt4 book ai didi

ruby-on-rails - 为 Ember 格式化 Rabl 或将 Ember 映射到 Rabl?

转载 作者:行者123 更新时间:2023-12-04 03:40:36 24 4
gpt4 key购买 nike

我的 Rails 应用曾经生成如下所示的 JSON:

{"paintings":
[
{"id":1,"name":"a"},
{"id":2,"name":"b"}
]
}

我添加了 rabl json 格式,现在 json 看起来像这样:

[
{"id":1,"name":"a"},
{"id":2,"name":"b"}
]

Ember 告诉我

Uncaught Error: assertion failed: Your server returned a hash with the key 0 but you have no mapping for it 

我怎样才能让 Ember 理解这一点?或者我应该如何使 rabl 易于理解?

最佳答案

找到解决方案。我的 index.json.rabl 看起来像这样:

collection @paintings 
extends 'paintings/show'

现在看起来像这样:

collection @paintings => :paintings
extends 'paintings/show'

关于ruby-on-rails - 为 Ember 格式化 Rabl 或将 Ember 映射到 Rabl?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16323208/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com