-
I have set a `context` method in the `posts` controller. When I load `/api/posts` I can see that the context is correctly set, but when I load a related resource like `/api/users/1/posts` the context …
-
Hi there,
This may be covered already, but I can't figure it out.
Because of a particular method on my base ActiveRecord model, I need to use `include(:something_else)` for queries of that resource.…
-
Here:
https://github.com/rails-api/active_model_serializers/blob/master/lib/action_controller/serialization.rb#L50-L51
we pass all options to both (adapter/serializer). We should only pass to each on…
-
I'm in the process of integrating devise_token_audh (0.1.36) with devise (3.5.2) and jsonapi-resources (0.6.0). Ruby is 2.1.5, Rails 4.2.4.
I'm adding the new columns using the following migration be…
-
Hey Nick, the latest release candidate if you haven't seen it already: [pull request](https://github.com/json-api/json-api/pull/483) and [diff](https://github.com/json-api/json-api/compare/gh-pages@%7…
-
it is possible to set the namespace in the json output?
``` javascript
{
"data": {
"id": "ef340c8e-0688-453e-892d-beab7ea9c73b",
"type": "profiles",
"links": {
"self": "api/v1/pro…
-
Hi guys,
I've got an issue with my API. Under certain circonstances, I get a 500 internal error when I want to load nested resources.
In the example below, I'll show you the stack trace for a succes…
-
This behavior is being seen on Flapjack 1.6.0. I am able to create email media but not pagerduty media. The Post is returns an ID but it doesn't appear to be saved. No errors are logged.
Commands …
-
Just updated to latest master, and came across this error complaining about missing AR
```
1) Supports API GET /supports?filter[proposal_id]=:proposal_id&filter[participant_id]=:participant_id supp…
-
Hi. According to spec http://jsonapi.org/format/#content-negotiation Content Negotiation part, I must use `application/vnd.api+json`.
If I do:
``` ruby
content_type :jsonapi, "application/vnd.api+js…