Ember GET到Rails后端

时间:2015-10-23 13:15:32

标签: ruby-on-rails ember.js routes

我有这个json rails api endpoing对GET-last-problems =>的响应/ API / V1 /最后的问题

{"last_problems": [
    {
    "id": 1,
    "name": "Who are you?",
    "description": ""
},
{
    "id": 2,
    "name": "Who are they?",
    "description": ""
}
}

当我从余哥那里打电话给最后的问题时,我有这个:

GET http://localhost:3000/api/v1/lastProblems 404 (Not Found)
Error while processing route: last_problems.index Adapter operation failed Error: Adapter operation failed

我读到了Ember camelize和干净的铁路路线。

我需要适配器吗?我在哪里创建它?

1 个答案:

答案 0 :(得分:0)

你工作的网址是localhost:3000/api/v1/last_problems而Ember试图得到的是localhost:3000/api/v1/lastproblems而没有你可能定义的最后问题的_而没有{Ember上的_。< / p>